CopyTo Method (Array, Int32)
From PPJoy
| PPJoy Wrapper Library reference library |
| MappingCollection..::.CopyTo Method (Array, 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 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.