SymbolInformation

Undocumented in source.

Constructors

this
this(string name, SymbolKind kind, Location location, Nullable!string containerName)
Undocumented in source.

Members

Variables

containerName
Nullable!string containerName;
Undocumented in source.
kind
SymbolKind kind;
Undocumented in source.
location
Location location;
Undocumented in source.
name
string name;
Undocumented in source.

Meta