CallbackConfigurer.this

See InstanceFactory interface

class CallbackConfigurer(T, Dg, Args...)
this
(
Dg dg
,
ref Args args
)
if (
is(Dg == void delegate
(,
T
,
Args
)
) ||
is(Dg == void function
(,
T
,
Args
)
)
||
is(Dg == void delegate
(,
ref T
,
Args
)
)
||
is(Dg == void function
(,
ref T
,
Args
)
)
)

Meta