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