Function ObjectStorage.remove

Remove an element with identity from storage.

ObjectStorage remove (
  KeyType identity
);

Parameters

NameDescription
identity identity of element which should be removed from storage.

Returns

ObjectStorage