ProxyContainerImpl.remove

Remove factory from container with identity.

Remove factory from container with identity.

  1. ProxyContainerImpl remove(string identity)
  2. 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