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