Class TupleContainer

An aggregate container with knowledge of concrete types of aggregated containers. It delegates the task of serving an object to contained containers.

class TupleContainer(T...) ;

Constructors

NameDescription
this Construct tuple container with a set of aggregate containers.

Fields

NameTypeDescription
containers TList of containers that Tuple container uses.

Methods

NameDescription
get Get a container, or an object that is contained by managed containers.
has Check if an object is present in one of containers, or it is a container itself.
instantiate Finalize all unfinished initialization work in containers.
terminate Destruct all managed components.