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 public Expression UnderlyingType { get; set; }
Property Value
Type:
ExpressionSee Also