Retrieves the underlying Type that represents the implemented type.
[Visual Basic] Overridable Public ReadOnly Property UnderlyingSystemType As Type [C#] public Type UnderlyingSystemType {override get;} [C++] public: __property virtual Type* get_UnderlyingSystemType(); [JScript] public function get UnderlyingSystemType() : Type;
Read only. A type representing the current TypeDelegator.
[To be supplied]
TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace