PropertyGetSetBindingNode Type
A single `get` or `set` accessor body inside a `member … with get/set` property declaration.
Constructors
| Constructor |
Description
|
Full Usage:
PropertyGetSetBindingNode(inlineNode, attributes, accessibility, leadingKeyword, parameters, returnType, equals, expr, range)
Parameters:
SingleTextNode option
attributes : MultipleAttributeListNode option
accessibility : SingleTextNode option
leadingKeyword : SingleTextNode
parameters : Pattern list
returnType : BindingReturnInfoNode option
equals : SingleTextNode
expr : Expr
range : range
Returns: PropertyGetSetBindingNode
|
|
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