| IEnumerableExtensionsAppend Method |
| Name | Description | |
|---|---|---|
| AppendT(IEnumerableT, IEnumerableT) |
Yield a concatenation of the two Enumerable lists
| |
| AppendT(IEnumerableT, T) |
Yield an Enumeration of the list with the item appended to the end
|