Returns the underlying system type for this enum.
[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;
Exception Type | Condition |
---|---|
NotSupportedException | This member is not supported in dynamic modules. |
EnumBuilder Class | EnumBuilder Members | System.Reflection.Emit Namespace