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

◆ GetCustomAttribute() [3/6]

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

Definition at line 47 of file CustomAttributeExtensions.cs.

48 {
49 return Attribute.GetCustomAttribute(element, attributeType, inherit);
50 }

References System.Attribute.GetCustomAttribute().