Method AddRange
AddRange(IEnumerable<T?>?)
Adds the given items to the collector
Declaration
bool AddRange(IEnumerable<in T?>? items)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<T> | items | The collection of items to add |
Returns
| Type | Description |
|---|---|
| bool | True if any of the given items hasn't been found in the collector and has been successfully added |