示例#1
0
 public SortedEnumerable(IEnumerable <TRow> source, SortComparer <TRow> sorter)
 {
     this.source = source;
     this.sorter = sorter;
 }