You should always add the suffix Attribute
to custom attribute classes. The following is an example of a correctly named attribute class.
Public Class ObsoleteAttribute
[C#]
public class ObsoleteAttribute{}
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
You should always add the suffix Attribute
to custom attribute classes. The following is an example of a correctly named attribute class.
Public Class ObsoleteAttribute
[C#]
public class ObsoleteAttribute{}