ValueContainer.get

Get an Object that is associated with identity.

class ValueContainer
Object
get
(
string identity
)

Parameters

identity string

the object id.

Return Value

Type: Object

Object element if it is available.

Throws

NotFoundException in case if the element wasn't found.

Meta