public IList<IList<uint>> Indices { get; }
Public ReadOnly Property Indices As IList(Of IList(Of UInteger)) Get
public: property IList<IList<unsigned int>^>^ Indices { IList<IList<unsigned int>^>^ get (); }
member Indices : IList<IList<uint32>> with get