DependencyResolutionLocatorKey Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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