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

◆ GetCustomAttribute() [1/8]

static ? Attribute System.Attribute.GetCustomAttribute ( Assembly element,
Type attributeType )
inlinestaticinherited

Definition at line 671 of file Attribute.cs.

672 {
673 return GetCustomAttribute(element, attributeType, inherit: true);
674 }
static ? Attribute GetCustomAttribute(MemberInfo element, Type attributeType)
Definition Attribute.cs:411

References System.Attribute.GetCustomAttribute().