Header menu logo FSharp.Core

GeneratedSequenceBase<'T> Type

The F# compiler emits implementations of this type for compiled sequence expressions.

Constructors

Constructor Description

GeneratedSequenceBase()

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.

Returns: GeneratedSequenceBase<'T>

A new sequence generator for the expression.

Instance members

Instance member Description

this.CheckClose

Full Usage: this.CheckClose

Returns: bool
Modifiers: abstract

The F# compiler emits implementations of this type for compiled sequence expressions.

Returns: bool

this.Close

Full Usage: this.Close

Modifiers: abstract

The F# compiler emits implementations of this type for compiled sequence expressions.

this.GenerateNext

Full Usage: this.GenerateNext

Parameters:
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.

result : 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.

this.GetFreshEnumerator

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.

Returns: IEnumerator<'T>

A new enumerator for the sequence.

this.LastGenerated

Full Usage: this.LastGenerated

Returns: 'T
Modifiers: abstract

The F# compiler emits implementations of this type for compiled sequence expressions.

Returns: 'T

Type something to start searching.