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

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

Type Constraints
T :Attribute 

Definition at line 117 of file CustomAttributeExtensions.cs.

117 : Attribute
118 {
119 return (IEnumerable<T>)element.GetCustomAttributes(typeof(T));
120 }

References System.Attribute.GetCustomAttributes().