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

◆ IsDefined() [4/6]

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

Definition at line 162 of file CustomAttributeExtensions.cs.

163 {
164 return Attribute.IsDefined(element, attributeType);
165 }

References System.Attribute.IsDefined().