SynExprIfThenElseTrivia Type
Represents additional information for SynExpr.IfThenElse
Record fields
| Record Field |
Description
|
|
|
The syntax range of the `if` keyword.
|
|
|
The syntax range from the beginning of the `if` keyword till the end of the `then` keyword.
|
Indicates if the `elif` keyword was used
|
|
|
The syntax range of the `then` keyword.
|
fantomas