System::Collections::Generic::IEnumerable::LINQ_Concat method

IEnumerable::LINQ_Concat method

Concatenates two sequences.

SharedPtr<IEnumerable<Source>> System::Collections::Generic::IEnumerable<Source>::LINQ_Concat(SharedPtr<IEnumerable<T>> sequence)
ParameterTypeDescription
sequenceSharedPtr<IEnumerable<T>>The sequence will be concatenated with the current one.

ReturnValue

An IEnumerable that contains the concatenated elements of the two input sequences.

See Also