Header menu logo fantomas

NotedSourceConstruct Type

Union cases

Union case Description

Binding

Full Usage: Binding

Notes that a range is related to a "let" or other binding range in a computation, list, array or sequence expression

Combine

Full Usage: Combine

Notes that a range is related to a sequential "a; b" translated to a "Combine" call in a computation expression This doesn't include "expr; cexpr" sequentials where the "expr" is a side-effecting simple statement This does include "expr; cexpr" sequentials where the "expr" is interpreted as an implicit yield + Combine call

DelayOrQuoteOrRun

Full Usage: DelayOrQuoteOrRun

Notes that a range is related to an implied "Delay"m "Quote" or "Run" at the entry to a computation expression. THis doesn't apply to the "Delay" calls added for try/with, try/finally, while or for constructs.

Finally

Full Usage: Finally

Notes that a range is related to a "finally" in a "try/finally" in a computation, list, array or sequence expression

For

Full Usage: For

Notes that a range is related to a "for" in "for .. do" in a computation, list, array or sequence expression

InOrTo

Full Usage: InOrTo

Notes that a range is related to a "in" in a "for .. in ... do" or "to" in "for .. = .. to .. do" in a computation, list, array or sequence expression

None

Full Usage: None

Try

Full Usage: Try

Notes that a range is related to a "try" in a "try/with" in a computation, list, array or sequence expression

While

Full Usage: While

Notes that a range is related to a "while" in "while .. do" in a computation, list, array or sequence expression

With

Full Usage: With

Notes that a range is related to a "with" in a "try/with" in a computation, list, array or sequence expression

Instance members

Instance member Description

this.IsBinding

Full Usage: this.IsBinding

Returns: bool
Returns: bool

this.IsCombine

Full Usage: this.IsCombine

Returns: bool
Returns: bool

this.IsDelayOrQuoteOrRun

Full Usage: this.IsDelayOrQuoteOrRun

Returns: bool
Returns: bool

this.IsFinally

Full Usage: this.IsFinally

Returns: bool
Returns: bool

this.IsFor

Full Usage: this.IsFor

Returns: bool
Returns: bool

this.IsInOrTo

Full Usage: this.IsInOrTo

Returns: bool
Returns: bool

this.IsNone

Full Usage: this.IsNone

Returns: bool
Returns: bool

this.IsTry

Full Usage: this.IsTry

Returns: bool
Returns: bool

this.IsWhile

Full Usage: this.IsWhile

Returns: bool
Returns: bool

this.IsWith

Full Usage: this.IsWith

Returns: bool
Returns: bool

Type something to start searching.