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

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

Type Constraints
T :Attribute 

Definition at line 62 of file CustomAttributeExtensions.cs.

62 : Attribute
63 {
64 return (T)element.GetCustomAttribute(typeof(T), inherit);
65 }

References System.Attribute.GetCustomAttribute().