Overload | Description |
---|---|
Concat<TElement>(TElement,IEnumerable<TElement>) | Gets an enumerable object that contains first element and then elements of elements, in this order. |
Concat<TElement>(IEnumerable<TElement>,TElement) | Gets an enumerable object that contains the elements of elements and then element, in this order. |