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

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

Type Constraints
T :Attribute 

Definition at line 37 of file CustomAttributeExtensions.cs.

37 : Attribute
38 {
39 return (T)element.GetCustomAttribute(typeof(T));
40 }

References System.Attribute.GetCustomAttribute().