Method addAll
addAll<T>(ISet<T>, IEnumerable<T>)
Declaration
public static void addAll<T>(this ISet<T> s, IEnumerable<T> other)
Parameters
Type | Name | Description |
---|---|---|
ISet<T> | s | |
IEnumerable<T> | other |
Type Parameters
Name | Description |
---|---|
T |