Click or drag to resize
EnumTEnumGetUnderlyingType Method
Returns the underlying type of the specified enumeration.

Namespace: Bobs
Assembly: Bobs.Utilities (in Bobs.Utilities.dll) Version: 0.1.0-dev001
Syntax
public static Type GetUnderlyingType()

Return Value

Type: Type
The underlying type of TEnum.
See Also