terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ToEnumName()

static string Newtonsoft.Json.Utilities.EnumUtils.ToEnumName ( Type enumType,
string enumText,
bool camelCaseText )
inlinestatic

Definition at line 104 of file EnumUtils.cs.

105 {
106 if (!true)
107 {
108 }
109 string[] array;
110 string text = StringUtils.ToCamelCase(array.Trim());
111 if (text == null || text != null)
112 {
113 return string.Join(", ", array);
114 }
115 throw new ArrayTypeMismatchException();
116 }

References System.array, System.text, and Newtonsoft.Json.Utilities.StringUtils.ToCamelCase().