IEnumerable.concat Method
Concatenates two sequences.
Parameters
second
Type:
IEnumerable
The sequence to concatenate to this sequence.
Return Value
Type:
IEnumerable
An enumerable that contains the concatenated elements of the two input sequences.
© 2014-2024 Dundas Data Visualization, Inc.