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

◆ Comparer() [2/3]

System.Collections.Comparer.Comparer ( SerializationInfo info,
StreamingContext context )
inlineprivate

Definition at line 23 of file Comparer.cs.

24 {
25 do
26 {
27 base..ctor();
28 }
29 while (info == null);
30 Type type;
31 object value = info.GetValue("CompareInfo", type);
32 if (value != null)
33 {
35 throw new InvalidCastException();
36 }
37 }
class f__AnonymousType0<< Count > j__TPar

References System.info, j__TPar, and System.value.