Metalama / / API Documentation / Aspect API / Metalama.​Framework.​Code.​Declaration­Builders / IDeclaration­Builder / Remove­Attributes

Method RemoveAttributes

RemoveAttributes(INamedType)

Removes all custom attributes of a given type from the current declaration.

Declaration
void RemoveAttributes(INamedType type)
Parameters
Type Name Description
INamedType type

TYpe of custom attributes to be removed.