Attribute Naming Guidelines
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{}
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
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{}