コード例 #1
0
 protected void TheEnumeratorsAreConcatenated()
 {
     ConcatenatedEnumerator = Enumerator.Concat(AnotherEnumerator);
 }