SynExprIfThenElseTrivia Type
Represents additional information for SynExpr.IfThenElse
Record fields
Record Field |
Description
|
|
The syntax range of the `else` keyword.
|
The syntax range of the `if` keyword.
|
|
|
The syntax range from the beginning of the `if` keyword till the end of the `then` keyword.
|
Full Usage:
IsElif
Field type: bool
|
Indicates if the `elif` keyword was used
|
|
The syntax range of the `then` keyword.
|