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

◆ IsSecurityCritical

virtual bool System.Type.IsSecurityCritical
getinherited

Definition at line 244 of file Type.cs.

245 {
246 get
247 {
248 throw NotImplemented.ByDesign;
249 }
250 }