FSharpOpenDeclaration Type
Represents open declaration in F# code.
Instance members
Instance member |
Description
|
|
Scope in which open declaration is visible.
|
Full Usage:
this.IsOwnNamespace
Returns: bool
|
If it's `namespace Xxx.Yyy` declaration.
|
|
The syntactic target of the declaration
|
|
Modules or namespaces which is opened with this declaration.
|
|
Range of the open declaration.
|
|
The syntactic target of the declaration
|
|
Types whose static members and nested types is opened with this declaration.
|