Table of Contents

Method CopyTo

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

CopyTo(string[], int)

Copies the entire string collection to a another array, starting at the specified index of the target array.

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

Parameters

array string[]

The Array that is the destination of the elements copied from string collection.

arrayIndex int

The zero-based index in array at which copying begins.