[]
Adds an array of NavItem to the collection.
public void AddRange(IEnumerable<NavItem> items)
| Type | Name | Description |
|---|---|---|
| IEnumerable<NavItem> | items | An array of NavItem. |
| Type | Condition |
|---|---|
| ArgumentNullException | The items parameter is null. |
| NotSupportedException | The collection is read-only. |
Adds a NavItemsCollection to the current collection.
public void AddRange(NavItemsCollection items)
| Type | Name | Description |
|---|---|---|
| NavItemsCollection | items | The NavItemsCollection to be added to the current collection.. |
| Type | Condition |
|---|---|
| ArgumentNullException | The items parameter is null. |
| NotSupportedException | The current collection is read-only. |