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)
Parameter | Type | Description |
---|---|---|
sequence | SharedPtr<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
- Typedef SharedPtr
- Class IEnumerable
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++