CollectionUtilities..::..AddRangeAsync<(Of <(<'T>)>)> Method
Unwraps a list of Tasks and adds their results to the target collection.
Namespace:
Tortuga.AnchorAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public static Task AddRangeAsync<T>( this ICollection<T> target, IEnumerable<Task<T>> list )
<ExtensionAttribute> _ Public Shared Function AddRangeAsync(Of T) ( _ target As ICollection(Of T), _ list As IEnumerable(Of Task(Of T)) _ ) As Task
Type Parameters
- T
Parameters
- target
- Type: ICollection<(Of <(<'T>)>)>
The target collection to be added to.
- list
- Type: IEnumerable<(Of <(<'Task<(Of <(<'T>)>)>>)>)>
The list.

