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

◆ GetCustomAttributes() [9/12]

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

Definition at line 82 of file CustomAttributeExtensions.cs.

83 {
84 return Attribute.GetCustomAttributes(element);
85 }

References System.Attribute.GetCustomAttributes().