Class DefaultDependencyResolvers

The default IDependencyResolver implementations in a proper order.

Inheritance
System.Object
DefaultDependencyResolvers
Namespace: Solti.Utils.DI
Assembly: Solti.Utils.DI.dll
Syntax
public static class DefaultDependencyResolvers : Object
Remarks

This value is used when the DependencyResolvers property is null

Properties

Value

The actual list.

Declaration
public static ImmutableList<IDependencyResolver> Value { get; set; }
Property Value
Type Description
System.Collections.Immutable.ImmutableList<IDependencyResolver>
In This Article
Back to top Generated by DocFX