MemberDefnAutoPropertyNode Type
Example: `member val Name = "" with get, set` — an auto-implemented property that generates a backing field automatically.
Constructors
| Constructor |
Description
|
Full Usage:
MemberDefnAutoPropertyNode(xmlDoc, attributes, leadingKeyword, accessibility, identifier, t, equals, expr, withGetSet, range)
Parameters:
XmlDocNode option
attributes : MultipleAttributeListNode option
leadingKeyword : MultipleTextsNode
accessibility : SingleTextNode option
identifier : SingleTextNode
t : Type option
equals : SingleTextNode
expr : Expr
withGetSet : MultipleTextsNode option
range : range
Returns: MemberDefnAutoPropertyNode
|
|
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.HasContentAfter
Returns: bool
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.HasContentBefore
Returns: bool
|
|
fantomas