SubscribableContainer.remove

Remove factory from decorated with identity.

Remove factory from decorated with identity.

class SubscribableContainer
static if(is(T : Storage!(ObjectFactory, string)))
typeof(this)
remove
(
string identity
)

Parameters

identity string

the identity of factory to be removed.

Return: SwitchableContainer!T decorating decorated

Meta