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

◆ GetCustomAttributes() [3/16]

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

Definition at line 613 of file Attribute.cs.

614 {
615 return GetCustomAttributes(element, attributeType, inherit: true);
616 }
static Attribute[] GetCustomAttributes(MemberInfo element, Type attributeType)
Definition Attribute.cs:338

References System.Attribute.GetCustomAttributes().