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

◆ GetCustomAttribute() [5/8]

static ? Attribute System.Attribute.GetCustomAttribute ( Module element,
Type attributeType )
inlinestaticinherited

Definition at line 594 of file Attribute.cs.

595 {
596 return GetCustomAttribute(element, attributeType, inherit: true);
597 }
static ? Attribute GetCustomAttribute(MemberInfo element, Type attributeType)
Definition Attribute.cs:411

References System.Attribute.GetCustomAttribute().