SequenceBuilder T  ToSequence Method A Sandcastle Documented Class Library
Produces a sequence from the added elements.

Namespace: Sequences
Assembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax
public ISequence<T> ToSequence()

Return Value

Type: ISequence T 
A sequence containing the elements added to this builder.
See Also