TypeBasedContainer.remove

Remove an object from TypeBasedContainer with identity.

Remove an object from TypeBasedContainer with identity. It will remove the candidate from any interface or base class it does implement.

class TypeBasedContainer
@trusted
remove
(
string identity
)

Parameters

identity string

the identity of object to be removed.

Return: TypeBasedContainer

Meta