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()

override int System.Attribute.GetHashCode ( )
inlineinherited

Definition at line 331 of file Attribute.cs.

332 {
333 Type type = base.GetType();
334 if (type != null)
335 {
336 bool isArray = type.GetType().IsArray;
337 }
338 throw new InvalidCastException();
339 }
class f__AnonymousType0<< Count > j__TPar
bool IsArray
Definition Type.cs:356
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), System.Type.IsArray, and j__TPar.