AddRange Method
AddRange<T>(ICollection<T>, IEnumerable<T>)
Declaration
public static void AddRange<T>(this ICollection<T> col, IEnumerable<T> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.ICollection<T> | col | |
System.Collections.Generic.IEnumerable<T> | items |
Type Parameters
Name | Description |
---|---|
T |