EnumValuesBase

EnumValuesBase class

A base class for a class that represents meta information of enumeration type.

class EnumValuesBase

Methods

MethodDescription
static ArrayPtr<int64_t> GetValues(const TypeInfo&)Returns an array containing all values of the specified enumeration type.
static SharedPtr<Object> Parse(const TypeInfo&, const String&, bool)Returns an object that represents a value of enumeration constant of the specified enumeration type with the specified name.

See Also