Header menu logo F# Compiler Guide

SynExprAndBang Type

Union cases

Union case Description

SynExprAndBang(debugPoint, isUse, isFromSource, pat, body, range, trivia)

Full Usage: SynExprAndBang(debugPoint, isUse, isFromSource, pat, body, range, trivia)

Parameters:
debugPoint : DebugPointAtBinding
isUse : bool
isFromSource : bool
pat : SynPat
body : SynExpr
range : range
trivia : SynExprAndBangTrivia

Instance members

Instance member Description

this.Range

Full Usage: this.Range

Returns: range

Gets the syntax range of this construct

Returns: range

this.Trivia

Full Usage: this.Trivia

Returns: SynExprAndBangTrivia

Gets the trivia associated with this construct

Returns: SynExprAndBangTrivia

Type something to start searching.