InheritConstructorParenNode Type
Example: `inherit Base(arg)` — inherits from a type with a single parenthesised constructor argument.
Constructors
| Constructor |
Description
|
Full Usage:
InheritConstructorParenNode(inheritKeyword, t, expr, range)
Parameters:
SingleTextNode
t : Type
expr : Expr
range : range
Returns: InheritConstructorParenNode
|
|
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