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