TypeAnonRecordNode Type
Example: `{| Name: string; Age: int |}` or `struct {| X: float |}` — an anonymous record type.
Constructors
| Constructor |
Description
|
Full Usage:
TypeAnonRecordNode(structNode, openingToken, fields, closingToken, range)
Parameters:
SingleTextNode option
openingToken : SingleTextNode option
fields : (SingleTextNode * Type) list
closingToken : SingleTextNode
range : range
Returns: TypeAnonRecordNode
|
|
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.HasContentBefore
Returns: bool
|
|
Full Usage:
this.HasContentAfter
Returns: bool
|
|
|
|
|
|
fantomas