Concat Method

Task Parallel System.Threading

Overload List

  NameDescription
Concat<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), IEnumerable<(Of <(TSource>)>)) Obsolete.
This Concat overload should never be called. This method is marked as obsolete and always throws NotSupportedException when called.
Concat<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), ParallelQuery<(Of <(TSource>)>))
Concatenates two parallel sequences.

See Also