Show / Hide Table of Contents

Delegate ResolverFactory<TContext>

Namespace: Unity.Resolution
Assembly: Unity.Abstractions.dll
Syntax
public delegate ResolveDelegate<TContext> ResolverFactory<TContext>(Type type)
    where TContext : IResolveContext;
Parameters
Type Name Description
Type type
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