'Declaration
Public Overloads Sub AddRange( _ ByVal items As NavItemsCollection _ )
public void AddRange( NavItemsCollection items )
Parameters
- items
- The NavItemsCollection to be added to the current collection..
'Declaration
Public Overloads Sub AddRange( _ ByVal items As NavItemsCollection _ )
public void AddRange( NavItemsCollection items )
Exception | Description |
---|---|
System.ArgumentNullException | The items parameter is null. |
System.NotSupportedException | The current collection is read-only. |