コード例 #1
0
ファイル: Partition.cs プロジェクト: rsumner31/corefx2
 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));
 }