Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.21
|
public int[] RedBuffer {get;}
'Declaration
Public ReadOnly Property RedBuffer As Integer()
'Usage
Dim instance As LineProfileCommand Dim value() As Integer value = instance.RedBuffer
public int[] RedBuffer {get;}
@property (nonatomic, assign, readonly, nullable) int *redBuffer
public int[] getRedBuffer()
get_RedBuffer();
public: property array<int>^ RedBuffer { array<int>^ get(); }