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

◆ GetCustomAttributes() [7/12]

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

Definition at line 72 of file CustomAttributeExtensions.cs.

73 {
74 return Attribute.GetCustomAttributes(element);
75 }

References System.Attribute.GetCustomAttributes().