Show / Hide Table of Contents

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 Source

GetResolver<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

Extension Methods

InjectionMatching.Matches(Object, Type)
InjectionMatching.MatchesObject(Object, Type)
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2020 .NET Foundation and Contributors. All Rights Reserved