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

◆ GetCustomAttributes() [15/16]

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

Definition at line 435 of file Attribute.cs.

436 {
437 return GetCustomAttributes(element, attributeType, inherit: true);
438 }
static Attribute[] GetCustomAttributes(MemberInfo element, Type attributeType)
Definition Attribute.cs:338

References System.Attribute.GetCustomAttributes().