DebugPointAtBinding Type
Represents whether a debug point should be present for a 'let' binding, that is whether the construct corresponds to a debug point in the original source.
Union cases
Union case |
Description
|
Full Usage:
NoneAtDo
|
|
Full Usage:
NoneAtInvisible
|
|
Full Usage:
NoneAtLet
|
|
Full Usage:
NoneAtSticky
|
|
|
Instance members
Instance member |
Description
|
|
|
Full Usage:
this.IsNoneAtDo
Returns: bool
|
|
Full Usage:
this.IsNoneAtInvisible
Returns: bool
|
|
Full Usage:
this.IsNoneAtLet
Returns: bool
|
|
Full Usage:
this.IsNoneAtSticky
Returns: bool
|
|
Full Usage:
this.IsYes
Returns: bool
|
|