コード例 #1
0
ファイル: Seq.cs プロジェクト: hivepeople/asyncmodel
 public T Take()
 {
     return(innerSeq.Take());
 }