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

◆ GetCustomAttributes() [2/12]

static IEnumerable< Attribute > System.Reflection.CustomAttributeExtensions.GetCustomAttributes ( this Assembly element,
Type attributeType )
inlinestatic

Definition at line 97 of file CustomAttributeExtensions.cs.

98 {
99 return Attribute.GetCustomAttributes(element, attributeType);
100 }

References System.Attribute.GetCustomAttributes().