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

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

Type Constraints
T :Attribute 

Definition at line 127 of file CustomAttributeExtensions.cs.

127 : Attribute
128 {
129 return (IEnumerable<T>)element.GetCustomAttributes(typeof(T));
130 }

References System.Attribute.GetCustomAttributes().