Function TypeBasedContainer.remove

Remove an object from TypeBasedContainer with identity.

TypeBasedContainer remove (
  string identity
);

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

Parameters

NameDescription
identity the identity of object to be removed.

Return

TypeBasedContainer