Interface IResolverFactory<TMemberInfo>
Namespace: Unity.Resolution
Assembly: Unity.Abstractions.dll
Syntax
public interface IResolverFactory<in TMemberInfo>
Type Parameters
| Name | Description |
|---|---|
| TMemberInfo |
Methods
| Improve this Doc View SourceGetResolver<TContext>(TMemberInfo)
Declaration
ResolveDelegate<TContext> GetResolver<TContext>(TMemberInfo info)
where TContext : IResolveContext
Parameters
| Type | Name | Description |
|---|---|---|
| TMemberInfo | info |
Returns
| Type | Description |
|---|---|
| ResolveDelegate<TContext> |
Type Parameters
| Name | Description |
|---|---|
| TContext |