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

Enumerator
None 
IgnoreCase 
IgnoreNonSpace 
IgnoreSymbols 
IgnoreKanaType 
IgnoreWidth 
OrdinalIgnoreCase 
StringSort 
Ordinal 

Definition at line 7 of file CompareOptions.cs.

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 }