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

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

Type Constraints
T :Attribute 

Definition at line 132 of file CustomAttributeExtensions.cs.

132 : Attribute
133 {
134 return (IEnumerable<T>)element.GetCustomAttributes(typeof(T));
135 }

References System.Attribute.GetCustomAttributes().