FieldConfigurer.this

Constructor for MethodConfigurer!(T, property, Args)

class FieldConfigurer(T, string property, Arg)
@safe
this
(
ref Arg arg
)
if (
isFieldCompatible!(T, property, Arg)
)

Parameters

arg Arg

list of arguments passed to T's method

Meta