Method AddRange
AddRange(IEnumerable<TValue>)
Adds the items of the specified collection to the end of this list.
Declaration
public int AddRange(IEnumerable<TValue> collection)Parameters
| Type | Name | Description | 
|---|---|---|
| IEnumerable<TValue> | collection | 
Returns
| Type | Description | 
|---|---|
| int | 
