Function ValueContainer.remove

Remove an object from ValueContainer with identity.

ValueContainer remove (
  string identity
);

Remove an object from ValueContainer with identity. If there is no element by provided identity, then no action is performed.

Parameters

NameDescription
identity the identity of element to be removed.

Return

ValueContainer