Share via


ConstructorReflectionStrategy.GetMembers Method

Definition

protected:
 override System::Collections::Generic::IEnumerable<Microsoft::Practices::ObjectBuilder::IReflectionMemberInfo<System::Reflection::ConstructorInfo ^> ^> ^ GetMembers(Microsoft::Practices::ObjectBuilder::IBuilderContext ^ context, Type ^ typeToBuild, System::Object ^ existing, System::String ^ idToBuild);
protected override System.Collections.Generic.IEnumerable<Microsoft.Practices.ObjectBuilder.IReflectionMemberInfo<System.Reflection.ConstructorInfo>> GetMembers (Microsoft.Practices.ObjectBuilder.IBuilderContext context, Type typeToBuild, object existing, string idToBuild);
override this.GetMembers : Microsoft.Practices.ObjectBuilder.IBuilderContext * Type * obj * string -> seq<Microsoft.Practices.ObjectBuilder.IReflectionMemberInfo<System.Reflection.ConstructorInfo>>
Protected Overrides Function GetMembers (context As IBuilderContext, typeToBuild As Type, existing As Object, idToBuild As String) As IEnumerable(Of IReflectionMemberInfo(Of ConstructorInfo))

Parameters

context
IBuilderContext
typeToBuild
Type
existing
Object
idToBuild
String

Returns

Applies to