MethodConfigurer.this

Constructor for MethodConfigurer!(T, property, Args)

class MethodConfigurer(T, string property, Args...)
@safe
this
(
ref Args args
)
if (
isMethodCompatible!(T, property, Args)
)

Parameters

args Args

list of arguments passed to T's method

Meta