MoreEnumerableConcat Method |
| Name | Description | |
|---|---|---|
| ConcatT(IEnumerableT, T) |
Returns a sequence consisting of the head elements and the given tail element.
| |
| ConcatT(T, IEnumerableT) |
Returns a sequence consisting of the head element and the given tail elements.
|