public IList<TableRowViewModel> Rows { get; }
Public ReadOnly Property Rows As IList(Of TableRowViewModel)
Get
public:
property IList<TableRowViewModel^>^ Rows {
IList<TableRowViewModel^>^ get ();
}
member Rows : IList<TableRowViewModel> with get