 | EnumTEnumGetUnderlyingType Method |
Returns the underlying type of the specified enumeration.
Namespace: BobsAssembly: Bobs.Utilities (in Bobs.Utilities.dll) Version: 0.1.0-dev001
Syntaxpublic static Type GetUnderlyingType()
Public Shared Function GetUnderlyingType As Type
public:
static Type^ GetUnderlyingType()
static member GetUnderlyingType : unit -> Type
Return Value
Type:
TypeThe underlying type of
TEnum.
See Also