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

◆ GetCustomAttributes() [7/16]

static Attribute[] System.Attribute.GetCustomAttributes ( MemberInfo element,
Type attributeType )
inlinestaticinherited

Definition at line 338 of file Attribute.cs.

339 {
340 return GetCustomAttributes(element, attributeType, inherit: true);
341 }
static Attribute[] GetCustomAttributes(MemberInfo element, Type attributeType)
Definition Attribute.cs:338

References System.Attribute.GetCustomAttributes().

Referenced by System.ComponentModel.DataAnnotations.AssociatedMetadataTypeTypeDescriptor.TypeDescriptorCache.GetAssociatedMetadata(), ReLogic.Utilities.AttributeUtilities.GetAttribute< T >(), ReLogic.Utilities.AttributeUtilities.GetAttribute< T >(), System.Attribute.GetCustomAttribute(), System.Attribute.GetCustomAttribute(), System.Attribute.GetCustomAttribute(), System.Attribute.GetCustomAttribute(), System.Attribute.GetCustomAttributes(), System.Attribute.GetCustomAttributes(), System.Attribute.GetCustomAttributes(), System.Attribute.GetCustomAttributes(), System.Attribute.GetCustomAttributes(), System.Attribute.GetCustomAttributes(), System.Attribute.GetCustomAttributes(), System.Attribute.GetCustomAttributes(), System.Reflection.CustomAttributeExtensions.GetCustomAttributes(), System.Reflection.CustomAttributeExtensions.GetCustomAttributes(), System.Reflection.CustomAttributeExtensions.GetCustomAttributes(), System.Reflection.CustomAttributeExtensions.GetCustomAttributes(), System.Reflection.CustomAttributeExtensions.GetCustomAttributes(), System.Reflection.CustomAttributeExtensions.GetCustomAttributes(), System.Reflection.CustomAttributeExtensions.GetCustomAttributes(), System.Reflection.CustomAttributeExtensions.GetCustomAttributes(), System.Reflection.CustomAttributeExtensions.GetCustomAttributes(), System.Reflection.CustomAttributeExtensions.GetCustomAttributes(), System.Reflection.CustomAttributeExtensions.GetCustomAttributes(), System.Reflection.CustomAttributeExtensions.GetCustomAttributes(), System.Reflection.CustomAttributeExtensions.GetCustomAttributes< T >(), System.Reflection.CustomAttributeExtensions.GetCustomAttributes< T >(), System.Reflection.CustomAttributeExtensions.GetCustomAttributes< T >(), System.Reflection.CustomAttributeExtensions.GetCustomAttributes< T >(), System.Attribute.InternalGetCustomAttributes(), and System.Attribute.InternalGetCustomAttributes().