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

◆ GetCustomAttribute() [7/8]

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

Definition at line 513 of file Attribute.cs.

514 {
515 return GetCustomAttribute(element, attributeType, inherit: true);
516 }
static ? Attribute GetCustomAttribute(MemberInfo element, Type attributeType)
Definition Attribute.cs:411

References System.Attribute.GetCustomAttribute().