'Declaration Public ReadOnly Property PercentileGraph As ReadOnlyCollection(Of Integer)
'Usage Dim instance As BrightnessContrastResults Dim value As ReadOnlyCollection(Of Integer) value = instance.PercentileGraph
public ReadOnlyCollection<int> PercentileGraph {get;}
public: __property ReadOnlyCollection<int>* get_PercentileGraph();
public: property ReadOnlyCollection<int>^ PercentileGraph { ReadOnlyCollection<int>^ get(); }