[]
Adds all items from items to this collection.
public void AddRange(IEnumerable<TItem> items)
| Type | Name | Description |
|---|---|---|
| IEnumerable<TItem> | items | The collection containing items to add. |
Adds all items from items to this collection.
public void AddRange(IEnumerable items)
| Type | Name | Description |
|---|---|---|
| IEnumerable | items | The collection containing items to add. |