Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies the nodes in the collection to a destination array, starting at a particular array index.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void CopyTo(
Node[] array,
int index
)
public:
void CopyTo(
array<Node^>^ array,
int index
)
member CopyTo :
array:Node[] *
index:int -> unit
Public Sub CopyTo (
array As Node(),
index As Integer
)
Parameters
array
Type: Microsoft.ManagementConsole.Node[]The destination array for the copy.
index
Type: System.Int32The zero-based index in array at which copying begins.
See Also
SelectedNodeCollection Class
Microsoft.ManagementConsole Namespace
Return to top