MetadataObjectCollection<T,P>.CopyTo(T[], Int32) Method

Definition

Copies a collection to another object in the Model tree.

public void CopyTo (T[] array, int arrayIndex);
member this.CopyTo : 'T[] * int -> unit
Public Sub CopyTo (array As T(), arrayIndex As Integer)

Parameters

array
T[]

Stores the objects in the collection.

arrayIndex
Int32

An index of the array.

Implements

Applies to