Click or drag to resize

TypeRefGetUnderlyingTypeOfEnum Method

Get the the underlying type if this is an enum type (otherwise returns null).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public TypeRefBase GetUnderlyingTypeOfEnum()

Return Value

Type: TypeRefBase
See Also