public IReadOnlyList<CardRow> Rows { get; }
Public ReadOnly Property Rows As IReadOnlyList(Of CardRow) Get
public: property IReadOnlyList<CardRow^>^ Rows { IReadOnlyList<CardRow^>^ get (); }
member Rows : IReadOnlyList<CardRow> with get
In This Article