GraphPropertyCollection::CopyTo Method (array<GraphProperty^>^, Int32)

 

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

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
virtual void CopyTo(
	array<GraphProperty^>^ array,
	int arrayIndex
) sealed

Parameters

array
Type: array<Microsoft.VisualStudio.GraphModel::GraphProperty^>^

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

arrayIndex
Type: System::Int32

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

Return to top
Show: