InstanceInitializationDataInstance Property

Simple Injector
Gets the created instance.

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

public Object Instance {
	get;
 }

Property Value

Type: Object
The created instance.
See Also

Reference