Returns the type that declared this 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;
Read-only. The type that declared this type.
[To be supplied.]
[To be supplied.]
TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace