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

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

Type Constraints
T :Attribute 

Definition at line 57 of file CustomAttributeExtensions.cs.

57 : Attribute
58 {
59 return (T)element.GetCustomAttribute(typeof(T), inherit);
60 }

References System.Attribute.GetCustomAttribute().