Пример #1
0
 public int GetCount(bool onlyIfCheap) => _source.GetCount(_minIndexInclusive, _maxIndexInclusive, onlyIfCheap);
Пример #2
0
 public int GetCount(bool onlyIfCheap)
 {
     return(_source.GetCount(_minIndexInclusive, _maxIndexInclusive, onlyIfCheap));
 }