public long[] Histogram {get;}
'Declaration Public ReadOnly Property Histogram As Long()
'Usage Dim instance As HistogramCommand Dim value() As Long value = instance.Histogram
public long[] Histogram {get;}
@property (nonatomic, assign, readonly) unsigned long long * histogram;
public long[] getHistogram()
get_Histogram();
public: property array<int64>^ Histogram { array<int64>^ get(); }