Click or drag to resize

EnumDeclUnderlyingType Property

The underlying type of the enum (will never be null - defaults to 'int').

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Expression UnderlyingType { get; set; }

Property Value

Type: Expression
See Also