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

◆ GetCustomAttribute() [6/6]

static ? Attribute System.Reflection.CustomAttributeExtensions.GetCustomAttribute ( this ParameterInfo element,
Type attributeType,
bool inherit )
inlinestatic

Definition at line 52 of file CustomAttributeExtensions.cs.

53 {
54 return Attribute.GetCustomAttribute(element, attributeType, inherit);
55 }

References System.Attribute.GetCustomAttribute().