terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Newtonsoft.Json.Utilities.EnumUtils Class Reference
+ Collaboration diagram for Newtonsoft.Json.Utilities.EnumUtils:

Static Public Member Functions

static IList< TGetFlagsValues< 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)
 

Package Functions

bool< GetFlagsValuesb__2_0 (EnumValue< ulong > v)
 

Private Member Functions

public c__2 ()
 

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 { [global::Cpp2ILInjected.Token(Token = "0x60003B0")] static <>c__2() { throw null
 

Static Private Attributes

static readonly ThreadSafeStore< Type, BidirectionalDictionary< string, string > > EnumMemberNamesPerType
 

Detailed Description

Definition at line 18 of file EnumUtils.cs.


The documentation for this class was generated from the following file: