コード例 #1
0
 void ICollection.CopyTo(Array array, int index)
 {
     CollectionHelpers.CopyTo(_collection, array, index);
 }