Sequence NewBuilder T  Method A Sandcastle Documented Class Library
Creates a new sequence builder.

Namespace: Sequences
Assembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax
public static SequenceBuilder<T> NewBuilder<T>()
Type Parameters
T
The type of the element in the sequence.

Return Value

Type: SequenceBuilder T 
A new sequence builder.
See Also