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

◆ IsDefined() [3/6]

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

Definition at line 177 of file CustomAttributeExtensions.cs.

178 {
179 return Attribute.IsDefined(element, attributeType, inherit);
180 }

References System.Attribute.IsDefined().