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