Function AliasingContainer.AliasingContainer.get

Get an Object that is associated with key.

Object get (
  string identity
);

Parameters

NameDescription
identity the element id.

Throws

NotFoundException in case if the element wasn't found.

Returns

Object element if it is available.