예제 #1
0
 void ICollectionSource <T> .CopyTo(T[] array, int arrayIndex) => ListExt.CopyTo(this, array, arrayIndex);
예제 #2
0
 void ICollection <T> .CopyTo(T[] array, int arrayIndex)
 {
     ListExt.CopyTo(this, array, arrayIndex);
 }