Table of Contents

Class ParameterValue

Namespace
Unity.Injection
Assembly
Unity.Abstractions.dll

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.

public abstract class ParameterValue : IEquatable<Type>
Inheritance
ParameterValue
Implements
Derived
Inherited Members
Extension Methods

Methods

Equals(Type)

public abstract bool Equals(Type type)

Parameters

type Type

Returns

bool