Aracılığıyla paylaş


Derleyici Hatası C3237

'generic_class' : Genel sınıf özel bir öznitelik olamaz

Açıklamalar

Genel sınıflar kullanıcı tanımlı öznitelikler olamaz.

Örnek

Aşağıdaki örnek C3237 oluşturur.

// C3237.cpp
// compile with: /clr /c
// C3237 expected
using namespace System;

generic <class T>
// Delete the following line to resolve.
[attribute(AttributeTargets::All, AllowMultiple=true)]
public ref class GR {};