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

◆ GetCustomAttributes() [4/12]

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

Definition at line 87 of file CustomAttributeExtensions.cs.

88 {
89 return Attribute.GetCustomAttributes(element, inherit);
90 }

References System.Attribute.GetCustomAttributes().