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

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

Type Constraints
T :Attribute 

Definition at line 152 of file CustomAttributeExtensions.cs.

152 : Attribute
153 {
154 return (IEnumerable<T>)GetCustomAttributes(element, typeof(T), inherit);
155 }
static IEnumerable< Attribute > GetCustomAttributes(this Assembly element)

References System.Reflection.CustomAttributeExtensions.GetCustomAttributes().