Sequence T  Constructor (T, Lazy ISequence T  )A Sandcastle Documented Class Library

Namespace: Sequences
Assembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax
protected Sequence(
	T head,
	Lazy<ISequence<T>> tail
)

Parameters

head
Type: T
The first element of the sequence.
tail
Type: System Lazy ISequence T  
The tail of the sequence.
See Also