CopyTo Method (Mapping[], 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 Mapping(), _
	index As Integer _
)
C#
public void CopyTo(
	Mapping[] array,
	int index
)
Visual C++
public:
void CopyTo(
	array<Mapping^>^ array, 
	int index
)

Parameters

array
Type: array<PPJoy..::.Mapping>[]()[]
A strongly-typed Array (of type Mapping[]), to which the MappingCollection's members will be copied.
index
Type: System..::.Int32
The zero-based index into the array where copying should begin at.

See Also