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