- Namespace
-
GitVersion
.Extensions - Containing Type
- EnumerableExtensions
Syntax
public static void AddRange<T>(this ICollection<T> source, IEnumerable<T> items)
Type Parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
| source | ICollection |
|
| items | IEnumerable |
Return Value
| Type | Description |
|---|---|
| void |