ProxyContainerImpl.remove

Remove factory from container with identity.

Remove factory from container with identity.

  1. Storage!(ObjectFactory, string) remove(string identity)
  2. Storage!(ProxyObjectFactory, string) remove(string identity)
  3. ProxyContainerImpl remove(string identity)
    class ProxyContainerImpl
    static if(!(is(T : Storage!(ObjectFactory, string))))
    remove
    (
    string identity
    )

Parameters

identity string

the identity of factory to be removed.

Return: ProxyContainer decorating container

Meta