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

◆ GetCustomAttribute() [2/6]

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

Definition at line 17 of file CustomAttributeExtensions.cs.

18 {
19 return Attribute.GetCustomAttribute(element, attributeType);
20 }

References System.Attribute.GetCustomAttribute().