SelectedNodeCollection.ToArray Method ()

 

Copies the elements of the selected node collection to a new node array.

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

Syntax

public Node[] ToArray()
public:
array<Node^>^ ToArray()
member ToArray : unit -> Node[]
Public Function ToArray As Node()

Return Value

Type: Microsoft.ManagementConsole.Node[]

The new array

See Also

SelectedNodeCollection Class
Microsoft.ManagementConsole Namespace

Return to top