Sequence T  Append Method A Sandcastle Documented Class Library
Returns a copy of this sequence with the given element appended.

Namespace: Sequences
Assembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax
public ISequence<T> Append(
	T elem
)

Parameters

elem
Type: T
The element to append to this sequence.

Return Value

Type: ISequence T 
A copy of this sequence with the given element appended.

Implements

ISequence T  Append(T)
See Also