EnumValues Property
The different values of the enum, separated with the semicolon (;).
Syntax
Property EnumValues As String |
Parameters
None
Examples
IronPython
#Get the possible enum values of an enum
|
C#
//Get the possible enum values of an enum |
Remarks