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

◆ GetCustomAttribute() [1/6]

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

Definition at line 7 of file CustomAttributeExtensions.cs.

8 {
9 return Attribute.GetCustomAttribute(element, attributeType);
10 }

References System.Attribute.GetCustomAttribute().