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
StringComparison.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x02000102 RID: 258
6 public enum StringComparison
7 {
8 // Token: 0x040003AA RID: 938
10 // Token: 0x040003AB RID: 939
12 // Token: 0x040003AC RID: 940
14 // Token: 0x040003AD RID: 941
16 // Token: 0x040003AE RID: 942
17 Ordinal,
18 // Token: 0x040003AF RID: 943
20 }
21}