Enum
System.Enum
RusticiSoftware.System.EnumSupport
EnumSupport.isDefined(${enumType}, ${value})
System.Object
enumType
System.Object
value
IsDefined
System.Boolean
RusticiSoftware.System.EnumSupport
EnumSupport.toString(${this}, ${modifier})
System.String
modifier
ToString
System.String
Enum.valueOf(${enumType}, ${value})
System.Type
enumType
System.String
value
Parse
System.Object
${to_type}.values()[${expr}]
System.Byte
(byte)(((Enum)${expr}).ordinal())
System.Enum
System.Byte
${to_type}.values()[${expr}]
System.Int32
((Enum)${expr}).ordinal()
System.Enum
System.Int32