Show / Hide Table of Contents

Delegate ResolveDelegate<TContext>

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