ScopeNodeCollection.AddRange Method (ScopeNode[])

 

Adds an array of ScopeNode objects to the end of the collection.

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

Syntax

public void AddRange(
    ScopeNode[] items
)
public:
void AddRange(
    array<ScopeNode^>^ items
)
member AddRange : 
        items:ScopeNode[] -> unit
Public Sub AddRange (
    items As ScopeNode()
)

Parameters

See Also

ScopeNodeCollection Class
Microsoft.ManagementConsole Namespace

Return to top