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

◆ IsDefined() [5/6]

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

Definition at line 172 of file CustomAttributeExtensions.cs.

173 {
174 return Attribute.IsDefined(element, attributeType);
175 }

References System.Attribute.IsDefined().