EnumSymbol
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.VBProj.CodeDOM.EnumSymbol
02 Properties
| Name | Overloads | Summary |
|---|---|---|
| EnumBaseType | 1 | the underlying base type of an enum, e.g. |
| Type | 1 |
03 Members
EnumBaseType
the underlying base type of an enum, e.g. Enum X As Long
Type