Returns a copy of this sequence with the given element appended.
Namespace: SequencesAssembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- elem
- Type: T
The element to append to this sequence.
Return Value
Type: ISequence TA copy of this sequence with the given element appended.
See Also