ScopeNodeCollection.InsertRange Method (Int32, ScopeNode[])

 

Inserts an array of ScopeNode objects into the collection at the specified index.

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

Syntax

public void InsertRange(
    int index,
    ScopeNode[] items
)
public:
void InsertRange(
    int index,
    array<ScopeNode^>^ items
)
member InsertRange : 
        index:int *
        items:ScopeNode[] -> unit
Public Sub InsertRange (
    index As Integer,
    items As ScopeNode()
)

Parameters

  • index
    Type: System.Int32

    The zero-based index that specifies where to insert the array of scope nodes.

See Also

ScopeNodeCollection Class
Microsoft.ManagementConsole Namespace

Return to top