Duplicate of can a c class inherit attributes from its interface
Using Resharper, I extracted an interface of an existing class. This class has some attributes set on a few members, and Resharper also put these on the interface members.
Can I delete these attributes from the interface? Attributes on an interface aren't inherited when implementing an interface right?