dls v0.25.6 (2019-05-19T16:56:59Z)
Dub
Repo
Registration
dls
protocol
interfaces
client
Undocumented in source.
final
class
Registration :
RegistrationBase
(
R
:
RegistrationOptions
) {
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
RegistrationOptions