Partager via


ConstructorInfo.MemberType Property

Gets the member type of the current object.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)

Syntax

public override MemberTypes MemberType { get; }

Property Value

The MemberTypes object that represents the type of the current object.

Remarks

This property is read-only.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

ConstructorInfo Class
ConstructorInfo Members
System.Reflection Namespace