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

◆ GetAttributeFlagsImpl()

override TypeAttributes System.RuntimeType.GetAttributeFlagsImpl ( )
inlineprotected

Definition at line 640 of file RuntimeType.cs.

641 {
642 return RuntimeTypeHandle.GetAttributes(this);
643 }
static TypeAttributes GetAttributes(RuntimeType type)

References System.RuntimeTypeHandle.GetAttributes().