DecoratorChain.this

Constructor for decorator chain

struct DecoratorChain(ComponentType, DecoratorType)
@trusted
this
(
ComponentType initial
)
if (
is(ComponentType == class) ||
is(ComponentType == interface)
)

Parameters

initial ComponentType

starting point of decorated component

Meta