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

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

Type Constraints
T :Attribute 

Definition at line 42 of file CustomAttributeExtensions.cs.

42 : Attribute
43 {
44 return (T)element.GetCustomAttribute(typeof(T));
45 }

References System.Attribute.GetCustomAttribute().