InstanceProducerRegistration Property

Simple Injector
Gets the Registration instance for this instance. Please note that, when decorators are applied, this instance is replaces and will become the registration for the outermost decorator.

Namespace:  SimpleInjector
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public Registration Registration { get; }

Property Value

Type: Registration
The Registration.
See Also

Reference