[]
        
(Showing Draft Content)

C1.Win.TreeView.C1CheckListItemCollection.AddRange

AddRange Method

AddRange(IEnumerable<C1CheckListItem>)

Adds the items of the specified collection to the end of the C1CheckListItemCollection.

Declaration
public void AddRange(IEnumerable<C1CheckListItem> collection)
Parameters
Type Name Description
IEnumerable<C1CheckListItem> collection

The specified collection of items.

AddRange(IEnumerable)

Adds the items of the specified collection to the end of the C1CheckListItemCollection.

Declaration
public void AddRange(IEnumerable collection)
Parameters
Type Name Description
IEnumerable collection

The specified collection of items.