public List<int[]> Faces { get; }
Public ReadOnly Property Faces As List(Of Integer()) Get
public: property List<array<int>^>^ Faces { List<array<int>^>^ get (); }
member Faces : List<int[]> with get
In This Article