Share via


ResultNodeCollection.AddRange Method (ResultNode[])

 

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

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

Syntax

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

Parameters

See Also

ResultNodeCollection Class
Microsoft.ManagementConsole Namespace

Return to top