Interface ISvgRegisteredType
- Namespace
- SharpVectors.IoC
- Assembly
- SharpVectors.Model.dll
IRegisteredType is return by Container.Register and allows further configuration for the registration
public interface ISvgRegisteredType
Methods
- AsSingleton()
Make registered type a singleton
- PerScope()
Make registered type a per-scope type (single instance within a Scope)