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
CompareOptions.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000583 RID: 1411
6 [Flags]
7 public enum CompareOptions
8 {
9 // Token: 0x040016C4 RID: 5828
10 None = 0,
11 // Token: 0x040016C5 RID: 5829
12 IgnoreCase = 1,
13 // Token: 0x040016C6 RID: 5830
15 // Token: 0x040016C7 RID: 5831
16 IgnoreSymbols = 4,
17 // Token: 0x040016C8 RID: 5832
19 // Token: 0x040016C9 RID: 5833
20 IgnoreWidth = 16,
21 // Token: 0x040016CA RID: 5834
22 OrdinalIgnoreCase = 268435456,
23 // Token: 0x040016CB RID: 5835
24 StringSort = 536870912,
25 // Token: 0x040016CC RID: 5836
26 Ordinal = 1073741824
27 }
28}