ExprAnonStructRecordNode Type
Example: `struct {| Name = "Alice"; Age = 30 |}` — an anonymous struct record expression. Extends `ExprRecordNode` by prepending the `struct` keyword.
Constructors
| Constructor |
Description
|
Full Usage:
ExprAnonStructRecordNode(structNode, openingBrace, copyInfo, fields, closingBrace, range)
Parameters:
SingleTextNode
openingBrace : SingleTextNode
copyInfo : Expr option
fields : RecordFieldNode list
closingBrace : SingleTextNode
range : range
Returns: ExprAnonStructRecordNode
|
|
Instance members
| Instance member |
Description
|
|
|
Inherited members
Inherited from
ExprRecordNode
Instance members
| Instance member |
Description
|
Full Usage:
this.HasFields
Returns: bool
|
|
|
|
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