Exemplo n.º 1
0
 protected override void RemoveSortCore()
 {
     sortComparers = null;
 }
Exemplo n.º 2
0
 public void ApplySort(ListSortDescriptionCollection sortCollection)
 {
     sortComparers = new PropertyComparerCollection <T>(sortCollection);
     FilterAndSort();
 }