Method SetRange
SetRange(IEnumerable<TValue>)
Clears the items in this list and adds the items from the specified collection.
Declaration
public void SetRange(IEnumerable<TValue> collection)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<TValue> | collection |