示例#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));
 }