TypeStaticConstantExprNode Type
Example: `const 42` — a static constant expression used as a type argument (e.g. in inline F# code or SRTP).
Constructors
| Constructor |
Description
|
Full Usage:
TypeStaticConstantExprNode(constNode, expr, range)
Parameters:
SingleTextNode
expr : Expr
range : range
Returns: TypeStaticConstantExprNode
|
|
Instance members
| Instance member |
Description
|
|
|
|
Inherited members
Inherited from
NodeBase
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
|
Full Usage:
this.ToStringWithIndent
Parameters:
int
Returns: string
|
|
|
|
Full Usage:
this.HasContentAfter
Returns: bool
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.HasContentBefore
Returns: bool
|
|
fantomas