Class ValueContainer

Value container for instantiated components.

class ValueContainer
  : Container
  , Storage!(object.Object,string) ;

Constructors

NameDescription
this Default constructor for ValueContainer

Methods

NameDescription
get Get an Object that is associated with identity.
has Check if an object is present in Locator by identity.
instantiate Sets up the internal state of container.
remove Remove an object from ValueContainer with identity.
set Save an object in ValueContainer by identity.
terminate Destruct all managed components.
get Get a Type that is associated with key.
has Check if an element is present in Locator by key id.
instantiate Sets up the internal state of container.
remove Remove an element from Storage with identity.
set Save an element in Storage by key identity.