Header menu logo F# Compiler Guide

FindDeclResult Type

Represents the result of the GetDeclarationLocation operation.

Union cases

Union case Description

DeclFound location

Full Usage: DeclFound location

Parameters:

Indicates a declaration location was found

location : range

Indicates a declaration location was not found, with an additional reason

Item : FindDeclFailureReason

ExternalDecl(assembly, externalSym)

Full Usage: ExternalDecl(assembly, externalSym)

Parameters:

Indicates an external declaration was found

assembly : string
externalSym : FindDeclExternalSymbol

Instance members

Instance member Description

this.IsDeclFound

Full Usage: this.IsDeclFound

Returns: bool
Returns: bool

this.IsDeclNotFound

Full Usage: this.IsDeclNotFound

Returns: bool
Returns: bool

this.IsExternalDecl

Full Usage: this.IsExternalDecl

Returns: bool
Returns: bool

Type something to start searching.