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. |
Removes all custom attributes of a given type from the current declaration.
void RemoveAttributes(INamedType type)| Type | Name | Description |
|---|---|---|
| INamedType | type | TYpe of custom attributes to be removed. |