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

◆ IsDefined() [2/6]

static bool System.Reflection.CustomAttributeExtensions.IsDefined ( this MemberInfo element,
Type attributeType )
inlinestatic

Definition at line 167 of file CustomAttributeExtensions.cs.

168 {
169 return Attribute.IsDefined(element, attributeType);
170 }

References System.Attribute.IsDefined().