AliasingContainer.get

Get an Object that is associated with key.

class AliasingContainer
Object
get
(
string identity
)

Parameters

identity string

the element id.

Return Value

Type: Object

Object element if it is available.

Throws

NotFoundException in case if the element wasn't found.

Meta