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

