Logo Xantham

ExportTypeMap Type

Map from a TypeKey to the TsExportDeclaration it identifies. Holds top-level exported declarations (variables, interfaces, classes, etc.) keyed by the same TypeKey address space as TypeMap.

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int
Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this[key]

Full Usage: this[key]

Parameters:
Returns: TsExportDeclaration

this.Keys

Full Usage: this.Keys

Returns: ICollection<TypeKey>

this.Values

Full Usage: this.Values

Returns: ICollection<TsExportDeclaration>

Type something to start searching.