Header menu logo F# Compiler Guide

SynOpenDeclTarget Type

Represents the target of the open declaration

Union cases

Union case Description

ModuleOrNamespace(longId, range)

Full Usage: ModuleOrNamespace(longId, range)

Parameters:

A 'open' declaration

longId : SynLongIdent
range : range

Type(typeName, range)

Full Usage: Type(typeName, range)

Parameters:

A 'open type' declaration

typeName : SynType
range : range

Instance members

Instance member Description

this.Range

Full Usage: this.Range

Returns: range

Gets the syntax range of this construct

Returns: range

Type something to start searching.