MemberDefnAbstractSlotNode Type
Example: `abstract member Area: float` — an abstract member declaration specifying a name and type signature.
Constructors
| Constructor |
Description
|
Full Usage:
MemberDefnAbstractSlotNode(xmlDoc, attributes, leadingKeyword, identifier, typeParams, t, withGetSet, range)
Parameters:
XmlDocNode option
attributes : MultipleAttributeListNode option
leadingKeyword : MultipleTextsNode
identifier : SingleTextNode
typeParams : TyparDecls option
t : Type
withGetSet : MultipleTextsNode option
range : range
Returns: MemberDefnAbstractSlotNode
|
|
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