CollectionUtilities..::..AddRange Method
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
AddRange<(Of <<'(T>)>>)(ICollection<(Of <<'(T>)>>), List<(Of <<'(T>)>>)) |
Adds a list of values into the target collection.
|
![]() ![]() |
AddRange<(Of <<'(T>)>>)(ICollection<(Of <<'(T>)>>), IEnumerable<(Of <<'(T>)>>)) |
Adds a list of values into the target collection.
|
![]() ![]() |
AddRange<(Of <<'(T>)>>)(ICollection<(Of <<'(T>)>>), array<T>[]()[][]) |
Adds a list of values into the target collection.
|
![]() ![]() |
AddRange<(Of <<'(T>)>>)(ICollection<(Of <<'(T>)>>), IEnumerable<(Of <<'(Task<(Of <<'(T>)>>)>)>>)) |
Unwraps a list of Tasks and adds their results to the target collection.
|