ISequence T  Prepend Method A Sandcastle Documented Class Library
Returns a copy of this sequence with the given element prepended.

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

Parameters

elem
Type: T
The element to prepend.

Return Value

Type: ISequence T 
A copy of this sequence with the given element prepended.
See Also