DependencyFactory
A sealed interface representing a factory for creating dependency instances. A factory is a recipe that tells the DI container how to create an object of a specific type T.
Parameters
T
The type of the dependency this factory creates.
Inheritors
Properties
Link copied to clipboard
The CreateRule that determines the lifecycle of the created instance (e.g., singleton or factory).