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

◆ GetCustomAttributes() [6/12]

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

Definition at line 137 of file CustomAttributeExtensions.cs.

138 {
139 return Attribute.GetCustomAttributes(element, attributeType, inherit);
140 }

References System.Attribute.GetCustomAttributes().