ScopeNodeCollection.ToArray Method ()

 

Copies the entire contents of the collection to a new array of ScopeNode objects.

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

Syntax

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

Return Value

Type: Microsoft.ManagementConsole.ScopeNode[]

The new array that contains the contents of the collection.

See Also

ScopeNodeCollection Class
Microsoft.ManagementConsole Namespace

Return to top