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

◆ GetCustomAttributes() [1/16]

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

Definition at line 635 of file Attribute.cs.

636 {
637 return GetCustomAttributes(element, inherit: true);
638 }
static Attribute[] GetCustomAttributes(MemberInfo element, Type attributeType)
Definition Attribute.cs:338

References System.Attribute.GetCustomAttributes().