[]
Adds the items of the specified collection to the end of the C1CheckListSelectedItemCollection.
public void AddRange(IEnumerable<C1CheckListItem> collection)
Type | Name | Description |
---|---|---|
IEnumerable<C1CheckListItem> | collection | The specified collection of items. |
Adds the items of the specified collection to the end of the C1CheckListSelectedItemCollection.
public void AddRange(IEnumerable collection)
Type | Name | Description |
---|---|---|
IEnumerable | collection | The specified collection of items. |