CopyTo(MemberReferenceMap[], int) Method
Copies the elements of the System.Collections.Generic.ICollection`1 to an System.Array, starting at a particular System.Array index.

Syntax

public virtual void CopyTo(MemberReferenceMap[] array, int arrayIndex)

Parameters

Name Type Description
array MemberReferenceMap[] 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.