Beispiel #1
0
 void ICollectionSource <T> .CopyTo(T[] array, int arrayIndex)
 {
     LCInterfaces.CopyTo(this, array, arrayIndex);
 }
Beispiel #2
0
 void ICollection <Num> .CopyTo(Num[] array, int arrayIndex)
 {
     LCInterfaces.CopyTo(this, array, arrayIndex);
 }
Beispiel #3
0
 void ICollection <int> .CopyTo(int[] array, int arrayIndex)
 {
     LCInterfaces.CopyTo(this, array, arrayIndex);
 }