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

◆ GetCustomAttribute() [4/6]

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

Definition at line 12 of file CustomAttributeExtensions.cs.

13 {
14 return Attribute.GetCustomAttribute(element, attributeType);
15 }

References System.Attribute.GetCustomAttribute().