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

◆ GetCustomAttributes() [8/12]

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

Definition at line 102 of file CustomAttributeExtensions.cs.

103 {
104 return Attribute.GetCustomAttributes(element, attributeType);
105 }

References System.Attribute.GetCustomAttributes().