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

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

Parameters

enumerable
Type: System Func IEnumerable T  
The collection to be added to this builder.

Return Value

Type: SequenceBuilder T 
This builder.
See Also