Esempio n. 1
0
 public int IndexedMin()
 {
     return(_sortedIndexed.Min(e => e.Property));
 }