DependencyResolver constructor
DependencyResolver(
- ImportableTypeResolver _typeResolver
Creates a new instance of DependencyResolver with the given ImportableTypeResolver.
Implementation
DependencyResolver(this._typeResolver);