This component provider always returns a new instance of a component. An instance is created when requested and is of the type passed in to the constructor.
Constructor
The type of the instances to be created
Used to compare this provider with others. Any ComponentTypeProvider that returns the same type will be regarded as equivalent.
The type of the instances created
Used to request a component from this provider
A new instance of the type provided in the constructor
Generated using TypeDoc
This component provider always returns a new instance of a component. An instance is created when requested and is of the type passed in to the constructor.