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

◆ GetCustomAttribute< T >() [1/6]

Type Constraints
T :Attribute 

Definition at line 27 of file CustomAttributeExtensions.cs.

27 : Attribute
28 {
29 return (T)element.GetCustomAttribute(typeof(T));
30 }

References System.Attribute.GetCustomAttribute().