| Visual Basic (Declaration) | |
|---|---|
Public Sub CopyTo( _ ByVal array() As CustomAxis, _ ByVal index As System.Integer _ ) | |
| C# | |
|---|---|
public void CopyTo( CustomAxis[] array, System.int index ) | |
Parameters
- array
- The array to which to copy the collection.
- index
- The index from which to start.