Method AddAll
AddAll<T>(ICollection<T>, IEnumerable<T>)
Declaration
public static void AddAll<T>(this ICollection<T> set, IEnumerable<T> itemsToAdd)
Parameters
Type | Name | Description |
---|---|---|
ICollection<T> | set | |
IEnumerable<T> | itemsToAdd |
Type Parameters
Name | Description |
---|---|
T |