コード例 #1
0
 protected override void RemoveSortCore()
 {
     sortComparers = null;
 }
コード例 #2
0
 public void ApplySort(ListSortDescriptionCollection sortCollection)
 {
     sortComparers = new PropertyComparerCollection <T>(sortCollection);
     FilterAndSort();
 }