FieldNode Type
Example: `val mutable private name: int` — a field declaration inside a type definition. Used for record fields, union-case fields, and `val`-style class fields.
Constructors
| Constructor |
Description
|
Full Usage:
FieldNode(xmlDoc, attributes, leadingKeyword, mutableKeyword, accessibility, name, t, range)
Parameters:
XmlDocNode option
attributes : MultipleAttributeListNode option
leadingKeyword : MultipleTextsNode option
mutableKeyword : SingleTextNode option
accessibility : SingleTextNode option
name : SingleTextNode option
t : Type
range : range
Returns: FieldNode
|
|
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