Method AddAll
AddAll<T>(ISet<T>, IEnumerable<T>)
Declaration
public static bool AddAll<T>(ISet<T> set, IEnumerable<T> elements)
Parameters
Type | Name | Description |
---|---|---|
ISet<T> | set | |
IEnumerable<T> | elements |
Returns
Type | Description |
---|---|
System.Boolean |
Type Parameters
Name | Description |
---|---|
T |