Copies the elements of the
System.Collections.Generic.ICollection`1 to an System.Array, starting at a particular System.Array index.
- Namespace
- CsvHelper
.Configuration - Containing Type
- MemberMapCollection
Syntax
public virtual void CopyTo(MemberMap[] array, int arrayIndex)
Parameters
| Name | Type | Description |
|---|---|---|
| array | MemberMap[] | The one-dimensional System.Array that is the destination of the elements copied from System.Collections.Generic.ICollection`1. The System.Array must have zero-based indexing. |
| arrayIndex | int | The zero-based index in array at which copying begins. |