예제 #1
0
 public int GetCount(bool onlyIfCheap) => _source.GetCount(_minIndexInclusive, _maxIndexInclusive, onlyIfCheap);
예제 #2
0
파일: Partition.cs 프로젝트: jnm2/corefx
 public int GetCount(bool onlyIfCheap)
 {
     return(_source.GetCount(_minIndexInclusive, _maxIndexInclusive, onlyIfCheap));
 }