CustomAttributeData {System.Reflection} | .NET clr documentation |
# namespace System.Reflection
export class CustomAttributeData {
AttributeType: Type;
Constructor: ConstructorInfo;
ConstructorArguments: iterates(CustomAttributeTypedArgument);
NamedArguments: iterates(CustomAttributeNamedArgument);
}
AttributeType
: TypeConstructor
: ConstructorInfoConstructorArguments
: iterates(CustomAttributeTypedArgument)NamedArguments
: iterates(CustomAttributeNamedArgument)