Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ GetCustomAttributes() [10/12]

static IEnumerable< Attribute > System.Reflection.CustomAttributeExtensions.GetCustomAttributes ( this ParameterInfo element,
bool inherit )
inlinestatic

Definition at line 92 of file CustomAttributeExtensions.cs.

93 {
94 return Attribute.GetCustomAttributes(element, inherit);
95 }

References System.Attribute.GetCustomAttributes().