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

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

Parameters

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

Return Value

Type: SequenceBuilder T 
This builder.
See Also