ModelItemCollection.CopyTo(ModelItem[], Int32) Method

Definition

Copies the contents of the collection into the given array.

C#
public abstract void CopyTo(System.Activities.Presentation.Model.ModelItem[] array, int arrayIndex);

Parameters

array
ModelItem[]

The array to copy the collection into.

arrayIndex
Int32

The index in the array to start copying at.

Implements

Exceptions

array is null.

arrayIndex is out of range, or there is not sufficient room in the array to hold the contents of the collection.

Applies to

Produkt Verzie
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1