Specifies the type of this member this instance reflects.
[Visual Basic] Overridable Public ReadOnly Property MemberType As MemberTypes [C#] public MemberTypes MemberType {override get;} [C++] public: __property virtual MemberTypes get_MemberType(); [JScript] public function get MemberType() : MemberTypes;
Read-only. This property takes its value from the MemberTypes class.
ConstructorInfo Class | ConstructorInfo Members | System.Reflection Namespace