InheritConstructorUnitNode Type
Example: `inherit Base()` — inherits from a type with an explicit unit constructor.
Constructors
| Constructor |
Description
|
Full Usage:
InheritConstructorUnitNode(inheritKeyword, t, openingParen, closingParen, range)
Parameters:
SingleTextNode
t : Type
openingParen : SingleTextNode
closingParen : SingleTextNode
range : range
Returns: InheritConstructorUnitNode
|
|
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