Logo Xantham

TypeMap Type

Map from a TypeKey to the structural TsType it identifies. Produced by the decoder as the canonical store of all referenced types.

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: TsType
key : TypeKey
Returns: TsType

this.Keys

Full Usage: this.Keys

Returns: ICollection<TypeKey>

this.Values

Full Usage: this.Values

Returns: ICollection<TsType>
Returns: ICollection<TsType>

Type something to start searching.