InjectionConstructor Class

A class that holds the collection of information for a constructor, so that the container can be configured to call this constructor.

Namespace: Microsoft.Practices.Unity
Assembly: Microsoft.Practices.Unity (in Microsoft.Practices.Unity.dll) Version: 3.0.0.0 (3.0.1304.0)

Syntax

public class InjectionConstructor : InjectionMember
'Declaration
Public Class InjectionConstructor
    Inherits InjectionMember
public ref class InjectionConstructor : public InjectionMember

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Unity.InjectionMember
    Microsoft.Practices.Unity.InjectionConstructor

See Also

InjectionConstructor Members

Microsoft.Practices.Unity Namespace