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