CollectionUtilities..::..AddRange<(Of <(<'T>)>)> Method (ICollection<(Of <(<'T>)>)>, List<(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, List<T> list )
<ExtensionAttribute> _ Public Shared Sub AddRange(Of T) ( _ target As ICollection(Of T), _ list As List(Of T) _ )
Type Parameters
- T
Parameters
- target
- Type: ICollection<(Of <(<'T>)>)>
- list
- Type: List<(Of <(<'T>)>)>

