Show / Hide Table of Contents

Class IResolveContextExpression<TContext>

Inheritance
Object
IResolveContextExpression<TContext>
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Unity.Resolution
Assembly: Unity.Abstractions.dll
Syntax
public class IResolveContextExpression<TContext>
    where TContext : IResolveContext
Type Parameters
Name Description
TContext

Fields

| Improve this Doc View Source

Container

Declaration
public static readonly MemberExpression Container
Field Value
Type Description
MemberExpression
| Improve this Doc View Source

Context

Declaration
public static readonly ParameterExpression Context
Field Value
Type Description
ParameterExpression
| Improve this Doc View Source

Name

Declaration
public static readonly MemberExpression Name
Field Value
Type Description
MemberExpression
| Improve this Doc View Source

ResolveMethod

Declaration
public static readonly MethodInfo ResolveMethod
Field Value
Type Description
MethodInfo
| Improve this Doc View Source

Type

Declaration
public static readonly MemberExpression Type
Field Value
Type Description
MemberExpression

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