Share via


ConstructorPolicy.SelectConstructor(IBuilderContext, Type, String) Method

Definition

public:
 virtual System::Reflection::ConstructorInfo ^ SelectConstructor(Microsoft::Practices::ObjectBuilder::IBuilderContext ^ context, Type ^ type, System::String ^ id);
public System.Reflection.ConstructorInfo SelectConstructor (Microsoft.Practices.ObjectBuilder.IBuilderContext context, Type type, string id);
abstract member SelectConstructor : Microsoft.Practices.ObjectBuilder.IBuilderContext * Type * string -> System.Reflection.ConstructorInfo
override this.SelectConstructor : Microsoft.Practices.ObjectBuilder.IBuilderContext * Type * string -> System.Reflection.ConstructorInfo
Public Function SelectConstructor (context As IBuilderContext, type As Type, id As String) As ConstructorInfo

Parameters

context
IBuilderContext
type
Type
id
String

Returns

Implements

Applies to