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[] GreenBuffer {get;}
'Declaration
Public ReadOnly Property GreenBuffer As Integer()
'Usage
Dim instance As LineProfileCommand Dim value() As Integer value = instance.GreenBuffer
public int[] GreenBuffer {get;}
@property (nonatomic, assign, readonly, nullable) int *greenBuffer
public int[] getGreenBuffer()
get_GreenBuffer();
public: property array<int>^ GreenBuffer { array<int>^ get(); }