SequenceBuilder T  Append Method (Func T )A Sandcastle Documented Class Library
Appends a single lazily-evaluated element to this builder.

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

Parameters

elem
Type: System Func T 
The element to be added to this builder.

Return Value

Type: SequenceBuilder T 
This builder.
See Also