Beispiel #1
0
 public Entity IndexedHavingMax()
 {
     return(_sortedIndexed.HavingMax(e => e.Property).Enumerate());
 }