OpenModuleOrNamespaceNode Type
Example: `open System.IO` — an `open` declaration that brings a module or namespace into scope by qualified name.
Constructors
| Constructor |
Description
|
Full Usage:
OpenModuleOrNamespaceNode(identListNode, range)
Parameters:
IdentListNode
range : range
Returns: OpenModuleOrNamespaceNode
|
|
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