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

◆ IsDefined() [1/6]

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

Definition at line 157 of file CustomAttributeExtensions.cs.

158 {
159 return Attribute.IsDefined(element, attributeType);
160 }

References System.Attribute.IsDefined().