Class ValueContainer

Value container for instantiated components.

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

Constructors

NameDescription
thisDefault constructor for ValueContainer

Methods

NameDescription
getGet an Object that is associated with identity.
hasCheck if an object is present in Locator by identity.
instantiateSets up the internal state of container.
removeRemove an object from ValueContainer with identity.
setSave an object in ValueContainer by identity.
getGet a Type that is associated with key.
hasCheck if an element is present in Locator by key id.
instantiateSets up the internal state of container.
removeRemove an element from Storage with identity.
setSave an element in Storage by key identity.