The moniker kind.

Available since

3.16.0

.

Variables

@:value(cast "export")@:impl@:enuminlineread onlyExport:MonikerKind = "export"

The moniker represents a symbol that is exported from a project

@:value(cast "import")@:impl@:enuminlineread onlyImport:MonikerKind = "import"

The moniker represent a symbol that is imported into a project

@:value(cast "local")@:impl@:enuminlineread onlyLocal:MonikerKind = "local"

The moniker represents a symbol that is local to a project (e.g. a local variable of a function, a class not visible outside the project, ...)