'DeclarationPublic Shared Function Concat(Of T)( _ ByVal ParamArray collections() As System.Collections.Generic.IEnumerable(Of T) _ ) As System.Collections.Generic.IEnumerable(Of T)
public static System.Collections.Generic.IEnumerable<T> Concat<T>( params System.Collections.Generic.IEnumerable<T>[] collections )
Parameters
- collections
- 0-n sequences to be combined.
Type Parameters
- T
- The type of the object in each sequence
Return Value
A sequence containing all the values in all the collections