dls v0.12.0 (2018-09-17T20:08:40Z)
Dub
Repo
Registration
dls
protocol
interfaces
client
Undocumented in source.
class
Registration :
RegistrationBase
(
R
:
RegistrationOptionsBase
) {
import
std
.
typecons
:
Nullable
;
;
Nullable
!
R
registerOptions
;
this
(string id, string method, Nullable!R registerOptions);
}
Constructors
this
this
(string id, string method, Nullable!R registerOptions)
Undocumented in source.
Members
Variables
registerOptions
Nullable
!
R
registerOptions
;
Undocumented in source.
Inherited Members
From RegistrationBase
id
string
id
;
Undocumented in source.
method
string
method
;
Undocumented in source.
Meta
Source
See Implementation
dls
protocol
interfaces
client
classes
Registration
RegistrationParams
TextDocumentRegistrationOptions
Unregistration
UnregistrationParams
interfaces
RegistrationOptionsBase