Show / Hide Table of Contents

Class ParameterValue

Base type for objects that are used to configure parameters for constructor or method injection, or for getting the value to be injected into a property.

Inheritance
Object
ParameterValue
GenericBase
ParameterBase
Implements
IEquatable<Type>
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Unity.Injection
Assembly: Unity.Abstractions.dll
Syntax
public abstract class ParameterValue : IEquatable<Type>

Methods

| Improve this Doc View Source

Equals(Type)

Declaration
public abstract bool Equals(Type type)
Parameters
Type Name Description
Type type
Returns
Type Description
Boolean

Implements

System.IEquatable<T>

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