CopyTo Method (Array, Int32)

PPJoy

Copies the members of the MappingCollection to an array.

Namespace:  PPJoy
Assembly:  PPJoyWrapper (in PPJoyWrapper.dll)

Syntax

Visual Basic (Declaration)
Public Sub CopyTo ( _
	array As Array, _
	index As Integer _
)
C#
public void CopyTo(
	Array array,
	int index
)
Visual C++
public:
virtual void CopyTo(
	Array^ array, 
	int index
) sealed

Parameters

array
Type: System..::.Array
An Array to copy the MappingCollection's members to.
index
Type: System..::.Int32
The zero-based index into the array at which copying should begin at.

Implements

ICollection..::.CopyTo(Array, Int32)

See Also