Note: This API is now obsolete.
Initializes a new instance of the Scope class.
Namespace: SimpleInjector
Assembly: SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax
[ObsoleteAttribute("Use the overloaded Scope(Container) constructor instead. Will be removed in version 6.0.", true)] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public Scope()
See Also