EnumerableExConcatTSource Method (IEnumerableTSource) |
Concatenates the input sequences.
Namespace: System.LinqAssembly: System.Interactive (in System.Interactive.dll) Version: 1.2.0.0
Syntaxpublic static IEnumerable<TSource> Concat<TSource>(
params IEnumerable<TSource>[] sources
)
Parameters
- sources
- Type: System.Collections.GenericIEnumerableTSource
Source sequences.
Type Parameters
- TSource
- Source sequence element type.
Return Value
Type:
IEnumerableTSourceSequence with the elements of the source sequences concatenated.
See Also