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

◆ IsSecurityTransparent

virtual bool System.Reflection.MethodBase.IsSecurityTransparent
getinherited

Definition at line 102 of file MethodBase.cs.

103 {
104 get
105 {
106 throw NotImplemented.ByDesign;
107 }
108 }