Base:
property
AttributeType
System.Reflection.CustomAttributeData.AttributeType
2 overrides of AttributeType
System.Private.CoreLib (2)
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (1)
36public sealed override Type AttributeType
System\Reflection\Runtime\CustomAttributes\RuntimePseudoCustomAttributeData.cs (1)
29public sealed override Type AttributeType
1 reference to AttributeType
System.Private.CoreLib (1)
System\Reflection\Runtime\CustomAttributes\RuntimeCustomAttributeData.cs (1)
66return string.Format("[{0}({1}{2})]", AttributeType.FormatTypeName(), ctorArgs, namedArgs);