SubscribableContainer.remove

Remove an object factory from container.

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

Parameters

identity string

identity of factory to be removed

Return Value

Type: SubscribableContainer!T

typeof(this)

Meta