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

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

Type Constraints
T :Attribute 

Definition at line 122 of file CustomAttributeExtensions.cs.

122 : Attribute
123 {
124 return (IEnumerable<T>)element.GetCustomAttributes(typeof(T));
125 }

References System.Attribute.GetCustomAttributes().