Napomena
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili da promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
A generic type cannot derive from 'class' because it is an attribute class
Any class that derives from an attribute class is an attribute. Attributes are not allowed to be generic types.
The following sample generates CS0698:
// CS0698.cs
class C<T> : System.Attribute // CS0698
{
}
Povratne informacije za .NET
.NET je projekat otvorenog koda. Izaberite vezu da biste pružili povratne informacije: