'Declaration Public ReadOnly Property GraphicObjectCollection As System.Collections.Generic.IList(Of GraphicObject)
public System.Collections.Generic.IList<GraphicObject> GraphicObjectCollection { get; }
public: __property System.Collections.Generic.IList<GraphicObject*>* get_GraphicObjectCollection();
public:
property System.Collections.Generic.IList<GraphicObject^>^ GraphicObjectCollection { System.Collections.Generic.IList<GraphicObject^>^ get(); }