Table of Contents

Class InjectionParameter<TParameter>

Namespace
Unity.Injection
Assembly
Unity.Abstractions.dll

A generic version of InjectionParameter that makes it a little easier to specify the type of the parameter.

public class InjectionParameter<TParameter> : InjectionParameter, IEquatable<Type>, IResolve

Type Parameters

TParameter

Type of parameter.

Inheritance
InjectionParameter<TParameter>
Implements
Inherited Members
Extension Methods

Constructors

InjectionParameter(TParameter)

public InjectionParameter(TParameter value)

Parameters

value TParameter

Value for the parameter to be injected.