Retrieves the base type of this type.
[Visual Basic] Overridable Public ReadOnly Property BaseType As Type [C#] public Type BaseType {override get;} [C++] public: __property virtual Type* get_BaseType(); [JScript] public function get BaseType() : Type;
Read-only. Retrieves the base type of this type.
[To be supplied.]
TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace