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

◆ GetCustomAttributes() [12/12]

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

Definition at line 142 of file CustomAttributeExtensions.cs.

143 {
144 return Attribute.GetCustomAttributes(element, attributeType, inherit);
145 }

References System.Attribute.GetCustomAttributes().