[]
Adds the items of the specified collection to the end of the C1CheckListSelectedItemCollection.
public void AddRange(IEnumerable<C1CheckListItem> collection)
Public Sub AddRange(collection As IEnumerable(Of C1CheckListItem))
| 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)
Public Sub AddRange(collection As IEnumerable)
| Type | Name | Description |
|---|---|---|
| IEnumerable | collection | The specified collection of items. |