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
items
Type: Microsoft.ManagementConsole.ResultNode[]The array of result nodes that is to be added.
See Also
ResultNodeCollection Class
Microsoft.ManagementConsole Namespace
Return to top