CopyTo Method (Mapping[], Int32)
From PPJoy
| PPJoy Wrapper Library reference library |
| MappingCollection..::.CopyTo Method (array<Mapping>[]()[], Int32) |
| MappingCollection Class See Also |
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.