Esempio n. 1
0
 public Entity IndexedOrderBy()
 {
     return(_sortedIndexed.OrderBy(e => e.Property).Enumerate());
 }