ExprRecordNode Type
Represents a record instance, parsed from both `SynExpr.Record` and `SynExpr.AnonRecd`.
Constructors
| Constructor |
Description
|
Full Usage:
ExprRecordNode(openingBrace, copyInfo, fields, closingBrace, range)
Parameters:
SingleTextNode
copyInfo : Expr option
fields : ExprRecordFieldOrSpread list
closingBrace : SingleTextNode
range : range
Returns: ExprRecordNode
|
|
Instance members
| Instance member |
Description
|
|
|
Inherited members
Inherited from
ExprRecordBaseNode
Instance members
| Instance member |
Description
|
|
|
Full Usage:
this.HasItems
Returns: bool
|
True when the braces hold anything at all, a field assignment or a spread.
|
|
|
|
|
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.HasAnyContentAfter
Returns: bool
|
|
|
|
|
|
Full Usage:
this.HasContentBefore
Returns: bool
|
|
|
|
|
|
Full Usage:
this.HasAnyContentBefore
Returns: bool
|
|
fantomas