ISequence T  Force Method A Sandcastle Documented Class Library
Forces evaluation of the whole sequence and returns it. If this sequence represents an infinite set or series, the method will never return!

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

Return Value

Type: ISequence T 
The fully realized sequence.
See Also