MethodConfigurer.configure

See PropertyConfigurer interface

class MethodConfigurer(T, string property, Args...)
@trusted
void
configure
(
ref T obj
)
if (
isMethodCompatible!(T, property, Args)
)

Throws

InvalidCastException when extracted component by reference, is not of type expected by argument of component's method

Meta