CodeKey Type
Outer envelope distinguishing whether a TypeKey identifies an exported
declaration (ExportCodeKey) or a structural type
(TypeCodeKey).
Union cases
| Union case |
Description
|
|
The key identifies an exported declaration.
|
|
The key identifies a structural type only.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsExport
Returns: bool
|
|
Full Usage:
this.IsType
Returns: bool
|
|