CollectionUtilities..::..AddRange<(Of <(<'T>)>)> Method (ICollection<(Of <(<'T>)>)>, IEnumerable<(Of <(<'T>)>)>)
Adds a list of values into the target collection.
Namespace:
Tortuga.AnchorAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public static void AddRange<T>( this ICollection<T> target, IEnumerable<T> list )
<ExtensionAttribute> _ Public Shared Sub AddRange(Of T) ( _ target As ICollection(Of T), _ list As IEnumerable(Of T) _ )
Type Parameters
- T
Parameters
- target
- Type: ICollection<(Of <(<'T>)>)>
- list
- Type: IEnumerable<(Of <(<'T>)>)>

