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