Represents an object structure that consists of a type and an instance.
This interface is used to define objects that pair a Type with a specific instance of that type.
The specific type of the object.
The actual implementation or object instance corresponding to the defined type.
The type of the instance which determines its structure or implementation.
Represents an object structure that consists of a type and an instance.
This interface is used to define objects that pair a Type with a specific instance of that type.
Template: Type
The specific type of the object.