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

Type something to start searching.