ResultNodeCollection.CopyTo Method (ResultNode[], Int32)

 

Copies the contents of the collection to a ResultNode array, starting at a specified array index.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public void CopyTo(
    ResultNode[] array,
    int index
)
public:
void CopyTo(
    array<ResultNode^>^ array,
    int index
)
member CopyTo : 
        array:ResultNode[] *
        index:int -> unit
Public Sub CopyTo (
    array As ResultNode(),
    index As Integer
)

Parameters

  • index
    Type: System.Int32

    The zero-based index where the copied contents will begin in the target array.

See Also

ResultNodeCollection Class
Microsoft.ManagementConsole Namespace

Return to top