Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetAttributeFlagsImpl()

override TypeAttributes System.RuntimeType.GetAttributeFlagsImpl ( )
inlineprotected

Definition at line 3398 of file RuntimeType.cs.

3399 {
3400 return RuntimeTypeHandle.GetAttributes(this);
3401 }

References System.RuntimeTypeHandle.GetAttributes().