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

◆ IsDefined() [6/6]

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

Definition at line 182 of file CustomAttributeExtensions.cs.

183 {
184 return Attribute.IsDefined(element, attributeType, inherit);
185 }

References System.Attribute.IsDefined().