ValueContainer

Value container for instantiated components.

Constructors

this
this()

Default constructor for ValueContainer

Members

Functions

get
Object get(string identity)

Get an Object that is associated with identity.

has
bool has(string identity)

Check if an object is present in Locator by identity.

instantiate
ValueContainer instantiate()

Sets up the internal state of container.

remove
ValueContainer remove(string identity)

Remove an object from ValueContainer with identity.

set
ValueContainer set(Object object, string identity)

Save an object in ValueContainer by identity.

Inherited Members

From Container

instantiate
Container instantiate()

Sets up the internal state of container.

Meta