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

◆ GetCustomAttributes() [9/16]

static Attribute[] System.Attribute.GetCustomAttributes ( Module element)
inlinestaticinherited

Definition at line 541 of file Attribute.cs.

542 {
543 return GetCustomAttributes(element, inherit: true);
544 }
static Attribute[] GetCustomAttributes(MemberInfo element, Type attributeType)
Definition Attribute.cs:338

References System.Attribute.GetCustomAttributes().