Beef Corlib
Classes | Static Public Member Functions | List of all members
System.Enum Struct Reference

Classes

struct  EnumEnumerator
 
struct  EnumEnumerator
 
struct  EnumNamesEnumerator
 
struct  EnumNamesEnumerator
 
struct  EnumValuesEnumerator
 
struct  EnumValuesEnumerator
 

Static Public Member Functions

static int GetCount (Type type)
 
static int GetCount< T > ()
 
static int64 GetMinValue (Type type)
 
static var GetMinValue< T > ()
 
static int64 GetMaxValue (Type type)
 
static var GetMaxValue< T > ()
 
static void EnumToString (Type type, String strBuffer, int64 iVal)
 
static Result< int64 > Parse (Type type, StringView str, bool ignoreCase=false)
 
static Result< T > Parse< T > (StringView str, bool ignoreCase=false)
 
static bool IsDefined (Type type, int64 value)
 
static bool IsDefined< T > (T value)
 
static EnumEnumerator GetEnumerator (Type type)
 
static EnumEnumerator< TEnum > GetEnumerator< TEnum > ()
 
static EnumValuesEnumerator GetValues (Type type)
 
static EnumValuesEnumerator< TEnum > GetValues< TEnum > ()
 
static EnumNamesEnumerator GetNames (Type type)
 
static EnumNamesEnumerator< TEnum > GetNames< TEnum > ()