Header menu logo F# Compiler Guide

PartialLongName Type

Qualified long name.

Record fields

Record Field Description

EndColumn

Full Usage: EndColumn

Field type: int

The column number at the end of full partial name.

Field type: int

LastDotPos

Full Usage: LastDotPos

Field type: int option

Position of the last dot.

Field type: int option

PartialIdent

Full Usage: PartialIdent

Field type: string

Last part of long ident.

Field type: string

QualifyingIdents

Full Usage: QualifyingIdents

Field type: string list

Qualifying idents, prior to the last dot, not including the last part.

Field type: string list

Static members

Static member Description

PartialLongName.Empty(endColumn)

Full Usage: PartialLongName.Empty(endColumn)

Parameters:
    endColumn : int

Returns: PartialLongName

Empty partial long name.

endColumn : int
Returns: PartialLongName

Type something to start searching.