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

◆ GetCustomAttribute() [5/6]

static ? Attribute System.Reflection.CustomAttributeExtensions.GetCustomAttribute ( this ParameterInfo element,
Type attributeType )
inlinestatic

Definition at line 22 of file CustomAttributeExtensions.cs.

23 {
24 return Attribute.GetCustomAttribute(element, attributeType);
25 }

References System.Attribute.GetCustomAttribute().