[]
        
(Showing Draft Content)

C1.Win.Input.DbNavigator.Items.NavItemsCollection.AddRange

AddRange Method

AddRange(IEnumerable<NavItem>)

Adds an array of NavItem to the collection.

Declaration
public void AddRange(IEnumerable<NavItem> items)
Parameters
Type Name Description
IEnumerable<NavItem> items

An array of NavItem.

Exceptions
Type Condition
ArgumentNullException

The items parameter is null.

NotSupportedException

The collection is read-only.

AddRange(NavItemsCollection)

Adds a NavItemsCollection to the current collection.

Declaration
public void AddRange(NavItemsCollection items)
Parameters
Type Name Description
NavItemsCollection items

The NavItemsCollection to be added to the current collection..

Exceptions
Type Condition
ArgumentNullException

The items parameter is null.

NotSupportedException

The current collection is read-only.