GraphCategoryCollection.CopyTo(GraphCategory[], Int32) Method

Definition

Copies the elements of the collection to a System.Array, starting at a particular System.Array index

public:
 virtual void CopyTo(cli::array <Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^ array, int arrayIndex);
public void CopyTo (Microsoft.VisualStudio.GraphModel.GraphCategory[] array, int arrayIndex);
abstract member CopyTo : Microsoft.VisualStudio.GraphModel.GraphCategory[] * int -> unit
override this.CopyTo : Microsoft.VisualStudio.GraphModel.GraphCategory[] * int -> unit
Public Sub CopyTo (array As GraphCategory(), arrayIndex As Integer)

Parameters

array
GraphCategory[]

The one-dimensional System.Array that is the destination of the elements copied from collection. The System.Array must have zero-based indexing.

arrayIndex
Int32

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

Implements

Applies to