WeakReferenceCollection<(Of <(<'T>)>)>..::..AddRange Method
Adds a list of values to this collection
Namespace:
Tortuga.Anchor.CollectionsAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public void AddRange( IEnumerable<T> list )
Public Sub AddRange ( _ list As IEnumerable(Of T) _ )
Parameters
- list
- Type: IEnumerable<(Of <(<'T>)>)>
The list.