BaseCollection.AddRange Method (Object[])
Adds an array of items to the end of the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected void AddRange(
object[] items
)
protected:
void AddRange(
array<Object^>^ items
)
member AddRange :
items:Object[] -> unit
Protected Sub AddRange (
items As Object()
)
Parameters
items
Type: System.Object[]The set of items that is to be added.
See Also
BaseCollection Class
Microsoft.ManagementConsole Namespace
Return to top