CollectionUtilities..::..AddRange Method

Overload List


  Name Description
Public method Static member AddRange<(Of <<'(T>)>>)(ICollection<(Of <<'(T>)>>), List<(Of <<'(T>)>>))
Adds a list of values into the target collection.
Public method Static member AddRange<(Of <<'(T>)>>)(ICollection<(Of <<'(T>)>>), IEnumerable<(Of <<'(T>)>>))
Adds a list of values into the target collection.
Public method Static member AddRange<(Of <<'(T>)>>)(ICollection<(Of <<'(T>)>>), array<T>[]()[][])
Adds a list of values into the target collection.
Public method Static member AddRange<(Of <<'(T>)>>)(ICollection<(Of <<'(T>)>>), IEnumerable<(Of <<'(Task<(Of <<'(T>)>>)>)>>))
Unwraps a list of Tasks and adds their results to the target collection.