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

◆ GetCustomAttribute() [3/8]

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

Definition at line 411 of file Attribute.cs.

412 {
413 return GetCustomAttribute(element, attributeType, inherit: true);
414 }
static ? Attribute GetCustomAttribute(MemberInfo element, Type attributeType)
Definition Attribute.cs:411

References System.Attribute.GetCustomAttribute().

Referenced by ReLogic.Peripherals.RGB.ChromaShader.BindProcessors(), System.Runtime.InteropServices.Marshal.GenerateProgIdForType(), System.ComponentModel.DataAnnotations.AssociatedMetadataTypeTypeDescriptor.TypeDescriptorCache.GetAssociatedMetadataType(), System.Attribute.GetCustomAttribute(), System.Attribute.GetCustomAttribute(), System.Attribute.GetCustomAttribute(), System.Attribute.GetCustomAttribute(), System.Reflection.CustomAttributeExtensions.GetCustomAttribute(), System.Reflection.CustomAttributeExtensions.GetCustomAttribute(), System.Reflection.CustomAttributeExtensions.GetCustomAttribute(), System.Reflection.CustomAttributeExtensions.GetCustomAttribute(), System.Reflection.CustomAttributeExtensions.GetCustomAttribute(), System.Reflection.CustomAttributeExtensions.GetCustomAttribute(), System.Reflection.CustomAttributeExtensions.GetCustomAttribute< T >(), System.Reflection.CustomAttributeExtensions.GetCustomAttribute< T >(), System.Reflection.CustomAttributeExtensions.GetCustomAttribute< T >(), System.Reflection.CustomAttributeExtensions.GetCustomAttribute< T >(), System.Reflection.CustomAttributeExtensions.GetCustomAttribute< T >(), System.Reflection.CustomAttributeExtensions.GetCustomAttribute< T >(), System.Runtime.InteropServices.ComAwareEventInfo.GetDataForComInvocation(), System.Text.Json.Serialization.Metadata.FSharpCoreReflectionProxy.GetFSharpCompilationMappingAttribute(), and System.ComponentModel.LicenseManager.ValidateInternalRecursive().