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