dls v0.25.6 (2019-05-19T16:56:59Z)
Dub
Repo
SymbolInformation.this
dls
protocol
interfaces
text_document
SymbolInformation
Undocumented in source.
class
SymbolInformation
@
safe
pure nothrow
this
(
string
name
=
string.init
,
SymbolKind
kind
=
SymbolKind.init
,
Location
location
= new
Location
()
,
Nullable
!
string
containerName
=
Nullable
!
string.init
)
Meta
Source
See Implementation
dls
protocol
interfaces
text_document
SymbolInformation
constructors
this
variables
containerName
kind
location
name