ExprInheritRecordNode Type
Example: `{ inherit Base(args); Field = value }` — a record with an `inherit` constructor call.
Constructors
| Constructor |
Description
|
Full Usage:
ExprInheritRecordNode(openingBrace, inheritConstructor, fields, closingBrace, range)
Parameters:
SingleTextNode
inheritConstructor : InheritConstructor
fields : RecordFieldNode list
closingBrace : SingleTextNode
range : range
Returns: ExprInheritRecordNode
|
|
Instance members
| Instance member |
Description
|
|
|
Inherited members
Inherited from
ExprRecordBaseNode
Instance members
| Instance member |
Description
|
Full Usage:
this.HasFields
Returns: bool
|
|
|
|
|
|
|
|
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