InitializerContextRegistration Property

Simple Injector
Gets the Registration that is responsible for the initialization of the created instance.

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

public Registration Registration { get; }

Property Value

Type: Registration
The Registration.
See Also

Reference