ScopeNodeCollection.CopyTo Method (ScopeNode[], Int32)
Copies the contents of the collection to a ScopeNode array, starting at a specified array index.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void CopyTo(
ScopeNode[] array,
int index
)
public:
void CopyTo(
array<ScopeNode^>^ array,
int index
)
member CopyTo :
array:ScopeNode[] *
index:int -> unit
Public Sub CopyTo (
array As ScopeNode(),
index As Integer
)
Parameters
array
Type: Microsoft.ManagementConsole.ScopeNode[]The target array to which the contents of the collection will be copied.
index
Type: System.Int32The zero-based index where the copied contents will begin in the target array.
See Also
ScopeNodeCollection Class
Microsoft.ManagementConsole Namespace
Return to top