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

◆ HasFlag()

bool System.Enum.HasFlag ( Enum flag)
inline

Definition at line 495 of file Enum.cs.

496 {
497 if (flag != null)
498 {
499 Type type = base.GetType();
500 Type type2 = flag.GetType();
501 }
502 Type type3 = flag.GetType();
503 throw new ArrayTypeMismatchException();
504 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

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