TypeParenNode Type
Example: `(int -> string)` — a parenthesised type, used to clarify precedence or wrap a type in parens.
Constructors
| Constructor |
Description
|
Full Usage:
TypeParenNode(openingParen, t, closingParen, range)
Parameters:
SingleTextNode
t : Type
closingParen : SingleTextNode
range : range
Returns: TypeParenNode
|
|
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.HasContentBefore
Returns: bool
|
|
Full Usage:
this.HasContentAfter
Returns: bool
|
|
|
|
|
|
fantomas