Function ObjectStorage.set

Save an element in storage by identity.

ObjectStorage set (
  Type element,
  KeyType identity
);

Parameters

NameDescription
identity the identity of element in storage.
element the element which is saved in storage.

Returns

ObjectStorage