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

◆ Inherited

bool System.AttributeUsageAttribute.Inherited
getset

Definition at line 28 of file AttributeUsageAttribute.cs.

29 {
30 get
31 {
32 return _inherited;
33 }
34 set
35 {
37 }
38 }

Referenced by System.Reflection.CustomAttribute.AttributeUsageCheck().