ConstructorInfoWrapper::MemberType Property

 

Gets a MemberTypes value indicating that this is a constructor.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
property MemberTypes MemberType {
	virtual MemberTypes get() override;
}

Property Value

Type: System.Reflection::MemberTypes

Returns MemberTypes.

Return to top
Show: