GeneratedSequenceBase<'T> Type
The F# compiler emits implementations of this type for compiled sequence expressions.
Constructors
Constructor |
Description
|
Full Usage:
GeneratedSequenceBase()
Returns: GeneratedSequenceBase<'T>
A new sequence generator for the expression.
|
The F# compiler emits implementations of this type for compiled sequence expressions.
|
Instance members
Instance member |
Description
|
|
The F# compiler emits implementations of this type for compiled sequence expressions.
|
Full Usage:
this.Close
Modifiers: abstract |
The F# compiler emits implementations of this type for compiled sequence expressions. |
Full Usage:
this.GenerateNext
Parameters:
byref<IEnumerable<'T>>
-
A reference to the sequence.
Returns: int
A 0, 1, and 2 respectively indicate Stop, Yield, and Goto conditions for the sequence generator.
Modifiers: abstract |
The F# compiler emits implementations of this type for compiled sequence expressions.
|
Full Usage:
this.GetFreshEnumerator
Returns: IEnumerator<'T>
A new enumerator for the sequence.
Modifiers: abstract |
The F# compiler emits implementations of this type for compiled sequence expressions.
|
Full Usage:
this.LastGenerated
Returns: 'T
Modifiers: abstract |
The F# compiler emits implementations of this type for compiled sequence expressions.
|