ExprRecordBaseNode Type
Abstract base for all record expression nodes, providing shared access to the braces and fields.
Constructors
| Constructor |
Description
|
Full Usage:
ExprRecordBaseNode(openingBrace, fields, closingBrace, range)
Parameters:
SingleTextNode
fields : RecordFieldNode list
closingBrace : SingleTextNode
range : range
Returns: ExprRecordBaseNode
|
|
Instance members
| Instance member |
Description
|
|
|
|
|
Full Usage:
this.HasFields
Returns: bool
|
|
|
|
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