コード例 #1
0
ファイル: NegListSource.cs プロジェクト: ThoSch90/Orcomp
 public IEnumerator <T> GetEnumerator()
 {
     return(_list.GetEnumerator());
 }