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