'Declaration Public ReadOnly Property BoxList As ReadOnlyCollection(Of Rectangle)
'Usage Dim instance As DetectColorResults Dim value As ReadOnlyCollection(Of Rectangle) value = instance.BoxList
public ReadOnlyCollection<Rectangle> BoxList {get;}
public: __property ReadOnlyCollection<Rectangle>* get_BoxList();
public: property ReadOnlyCollection<Rectangle>^ BoxList { ReadOnlyCollection<Rectangle>^ get(); }