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

◆ CultureAwareComparer() [3/3]

System.CultureAwareComparer.CultureAwareComparer ( SerializationInfo info,
StreamingContext context )
inlineprivate

Definition at line 28 of file CultureAwareComparer.cs.

29 {
30 int num = 1;
31 if (num == 0)
32 {
33 }
34 base..ctor();
35 if (num == 0)
36 {
37 }
38 Type type;
39 object value = info.GetValue("_compareInfo", type);
40 if (value != null)
41 {
43 return;
44 }
45 bool boolean = info.GetBoolean("_ignoreCase");
46 Type type2;
47 if (info.GetValueNoThrow("_options", type2) != null)
48 {
49 return;
50 }
53 }
class f__AnonymousType0<< Count > j__TPar

References System.CultureAwareComparer._options, System.info, j__TPar, System.options, and System.value.