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
OrdinalIgnoreCaseComparer.cs
Go to the documentation of this file.
1using System;
4
5namespace System
6{
7 // Token: 0x02000101 RID: 257
10 {
11 // Token: 0x0600099C RID: 2460 RVA: 0x000171C4 File Offset: 0x000153C4
13 : base(true)
14 {
15 }
16
17 // Token: 0x0600099D RID: 2461 RVA: 0x000171D8 File Offset: 0x000153D8
18 public override int Compare(string x, string y)
19 {
20 return string.Compare(x, y, StringComparison.OrdinalIgnoreCase);
21 }
22
23 // Token: 0x0600099E RID: 2462 RVA: 0x000171F0 File Offset: 0x000153F0
24 public override bool Equals(string x, string y)
25 {
26 return string.Equals(x, y, StringComparison.OrdinalIgnoreCase);
27 }
28
29 // Token: 0x0600099F RID: 2463 RVA: 0x00017208 File Offset: 0x00015408
30 public override int GetHashCode(string obj)
31 {
32 if (obj != null)
33 {
35 }
36 }
37
38 // Token: 0x060009A0 RID: 2464 RVA: 0x00017220 File Offset: 0x00015420
40 {
41 if (!true)
42 {
43 }
44 Type type;
45 info.SetType(type);
46 info.AddValue("_ignoreCase", true);
47 }
48 }
49}
class f__AnonymousType0<< Count > j__TPar
static int GetIgnoreCaseHash(string source)
override int Compare(string x, string y)
void GetObjectData(SerializationInfo info, StreamingContext context)
override bool Equals(string x, string y)