Compartir a través de


DependencyResolutionLocatorKey Constructors

Definition

Overloads

DependencyResolutionLocatorKey()
DependencyResolutionLocatorKey(Type, String)

DependencyResolutionLocatorKey()

public:
 DependencyResolutionLocatorKey();
public DependencyResolutionLocatorKey ();
Public Sub New ()

Applies to

DependencyResolutionLocatorKey(Type, String)

public:
 DependencyResolutionLocatorKey(Type ^ type, System::String ^ id);
public DependencyResolutionLocatorKey (Type type, string id);
new Microsoft.Practices.ObjectBuilder.DependencyResolutionLocatorKey : Type * string -> Microsoft.Practices.ObjectBuilder.DependencyResolutionLocatorKey
Public Sub New (type As Type, id As String)

Parameters

type
Type
id
String

Applies to