Header menu logo F# Compiler Guide

ScopeKind Type

Kind of lexical scope.

Union cases

Union case Description

HashDirective

Full Usage: HashDirective

Namespace

Full Usage: Namespace

NestedModule

Full Usage: NestedModule

OpenDeclaration

Full Usage: OpenDeclaration

TopModule

Full Usage: TopModule

Instance members

Instance member Description

this.IsHashDirective

Full Usage: this.IsHashDirective

Returns: bool
Returns: bool

this.IsNamespace

Full Usage: this.IsNamespace

Returns: bool
Returns: bool

this.IsNestedModule

Full Usage: this.IsNestedModule

Returns: bool
Returns: bool

this.IsOpenDeclaration

Full Usage: this.IsOpenDeclaration

Returns: bool
Returns: bool

this.IsTopModule

Full Usage: this.IsTopModule

Returns: bool
Returns: bool

Type something to start searching.