Table of Contents

Class DependencyResolutionAttribute

Namespace
Unity
Assembly
Unity.Abstractions.dll

Base class for attributes that can be placed on parameters or properties to specify how to resolve the value for that parameter or property.

public abstract class DependencyResolutionAttribute : Attribute
Inheritance
DependencyResolutionAttribute
Derived
Inherited Members
Extension Methods

Constructors

DependencyResolutionAttribute(string)

protected DependencyResolutionAttribute(string name)

Parameters

name string

Properties

Name

The name specified in the constructor.

public string Name { get; }

Property Value

string