AliasingContainer.remove

Remove factory from decorated with identity.

Remove factory from decorated with identity.

class AliasingContainer
static if(is(T : Storage!(ObjectFactory, string)))
remove
(
string identity
)

Parameters

identity string

the identity of factory to be removed.

Return: AliasingContainer!T decorating decorated

Meta