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