terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Static Public Member Functions | |
static IList< T > | GetFlagsValues< T > (T value) |
static IList< EnumValue< ulong > > | GetNamesAndValues< T > () |
static IList< EnumValue< TUnderlyingType > > | GetNamesAndValues< TUnderlyingType > (Type enumType) |
static IList< object > | GetValues (Type enumType) |
static IList< string > | GetNames (Type enumType) |
static object | ParseEnumName (string enumText, bool isNullable, Type t) |
static string | ToEnumName (Type enumType, string enumText, bool camelCaseText) |
Static Private Member Functions | |
static BidirectionalDictionary< string, string > | InitializeEnumType (Type type) |
static string | ResolvedEnumName (BidirectionalDictionary< string, string > map, string enumText) |
static | EnumUtils () |
Private Attributes | |
class c__2< T > where | T: struct { static <>c__2() { } public <>c__2() { } internal bool <GetFlagsValues>b__2_0(EnumValue<ulong> v) { return default(bool) |
Static Private Attributes | |
static readonly ThreadSafeStore< Type, BidirectionalDictionary< string, string > > | EnumMemberNamesPerType |
Definition at line 13 of file EnumUtils.cs.