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

◆ GetCustomAttributes() [3/12]

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

Definition at line 77 of file CustomAttributeExtensions.cs.

78 {
79 return Attribute.GetCustomAttributes(element);
80 }

References System.Attribute.GetCustomAttributes().