CollectionUtilities..::..AddRange<(Of <(<'T>)>)> Method (ICollection<(Of <(<'T>)>)>, List<(Of <(<'T>)>)>)

Adds a list of values into the target collection.

Namespace:  Tortuga.Anchor
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public static void AddRange<T>(
	ICollection<T> target,
	List<T> list
)
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>)>)>