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

◆ GetHashCode() [1/2]

int IEqualityComparer. System.Collections.Generic.EqualityComparer< T >.GetHashCode ( object obj)
inlineprivate

Definition at line 66 of file EqualityComparer.cs.

67 {
68 if (obj != null)
69 {
70 if (obj != null)
71 {
72 }
73 ThrowHelper.ThrowArgumentException(ExceptionResource.Argument_InvalidArgumentForComparison);
74 }
75 throw new InvalidCastException();
76 }
static void ThrowArgumentException(ExceptionResource resource)

References System.obj, and System.ThrowHelper.ThrowArgumentException().