Gets the current Type.
[Visual Basic] Overridable Public ReadOnly Property DeclaringType As Type [C#] public Type DeclaringType {override get;} [C++] public: __property virtual Type* get_DeclaringType(); [JScript] public function get DeclaringType() : Type;
The current Type.
This property implements the abstract property inherited from MemberInfo.