Provides a standard implementation of Int32).
public static void CopyTo<T>(ICollection<T> source, T[] array, int arrayIndex)
| parameter | description |
|---|---|
| T | The type of the collection. |
| source | The source collection (i.e., the object on which CopyTo is being called). |
| array | The destination array. |
| arrayIndex | The zero-based index in array at which copying begins. |