TypeDefnExplicitNode Type
Example: `type MyClass() = class … end` — a type definition using an explicit `class`/`struct`/`interface` block.
Constructors
| Constructor |
Description
|
Full Usage:
TypeDefnExplicitNode(typeNameNode, body, members, range)
Parameters:
TypeNameNode
body : TypeDefnExplicitBodyNode
members : MemberDefn list
range : range
Returns: TypeDefnExplicitNode
|
|
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