ModuleOrNamespaceHeaderNode Type
The header of a module or namespace declaration: optional doc, attributes, leading keyword (`module`/`namespace`), optional accessibility, optional recursive flag, and the qualified name. Example: `module rec MyApp.Utils` or `namespace global`.
Constructors
| Constructor |
Description
|
Full Usage:
ModuleOrNamespaceHeaderNode(xmlDoc, attributes, leadingKeyword, accessibility, isRecursive, name, range)
Parameters:
XmlDocNode option
attributes : MultipleAttributeListNode option
leadingKeyword : MultipleTextsNode
accessibility : SingleTextNode option
isRecursive : bool
name : IdentListNode option
range : range
Returns: ModuleOrNamespaceHeaderNode
|
|
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