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

◆ GetCustomAttributes() [11/12]

static IEnumerable< Attribute > System.Reflection.CustomAttributeExtensions.GetCustomAttributes ( this ParameterInfo element,
Type attributeType )
inlinestatic

Definition at line 112 of file CustomAttributeExtensions.cs.

113 {
114 return Attribute.GetCustomAttributes(element, attributeType);
115 }

References System.Attribute.GetCustomAttributes().