NestedModuleNode Type
Example: `module rec Utils = …` — a nested module definition (non-top-level) with its declarations.
Constructors
| Constructor |
Description
|
Full Usage:
NestedModuleNode(xmlDoc, attributes, moduleKeyword, accessibility, isRecursive, identifier, equalsNode, decls, range)
Parameters:
XmlDocNode option
attributes : MultipleAttributeListNode option
moduleKeyword : SingleTextNode
accessibility : SingleTextNode option
isRecursive : bool
identifier : IdentListNode
equalsNode : SingleTextNode
decls : ModuleDecl list
range : range
Returns: NestedModuleNode
|
|
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.IsRecursive
Returns: bool
|
|
|
|
|
|
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