ActionCollection.CopyTo Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Copies the collection or a portion of it to a one-dimensional array.
Definition
Visual Basic .NET |
Public Sub CopyTo( _ ByVal data As Array, _ ByVal index As Integer _ ) |
C# |
public void CopyTo( Array data, int index ); |
Managed C++ |
public: void CopyTo( Array *data, int index ); |
JScript .NET |
public function CopyTo( data : Array, index : int ); |
Parameters
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center