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

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

Type Constraints
T :Attribute 

Definition at line 147 of file CustomAttributeExtensions.cs.

147 : Attribute
148 {
149 return (IEnumerable<T>)GetCustomAttributes(element, typeof(T), inherit);
150 }
static IEnumerable< Attribute > GetCustomAttributes(this Assembly element)

References System.Reflection.CustomAttributeExtensions.GetCustomAttributes().