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

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

Parameters

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

Return Value

Type: SequenceBuilder T 
This builder.
See Also