PropertyConfigurerDecoratorMixin.configure

Accepts a reference to an object that is to be configured by the configurer.

mixintemplate PropertyConfigurerDecoratorMixin(T)
@safe
void
configure
(
ref T object
)

Parameters

object T

An object of type T, that will be configured

Meta