Gets or sets an IServiceProviderAccessor instance that will be used by Simple
Injector to resolve cross-wired framework components.
Namespace: SimpleInjector.Integration.ServiceCollection
Assembly: SimpleInjector.Integration.ServiceCollection (in SimpleInjector.Integration.ServiceCollection.dll) Version: 5.0.0
Syntax
Property Value
Type: IServiceProviderAccessorThe IServiceProviderAccessor instance.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when a null value is provided. |
See Also