[]
Adds all items from items
to this collection.
public void AddRange(IEnumerable<TItem> items)
Public Sub AddRange(items As IEnumerable(Of TItem))
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)
Public Sub AddRange(items As IEnumerable)
Type | Name | Description |
---|---|---|
IEnumerable | items | The collection containing items to add. |