NetXP 3.0 Reference

WNetNodeCollection.AddRange Method 

Adds a set of items to the collection.

[Visual Basic]
Public Sub AddRange( _
   ByVal items As WNetNode() _
)
[C#]
public void AddRange(
   WNetNode[] items
);

Parameters

items
The array of items to add.

See Also

WNetNodeCollection Class | NETXP.Library Namespace