Condividi tramite


Errore del compilatore C3196

'keyword': usato più volte

Una parola chiave è stata usata più volte.

L'esempio seguente genera l'errore C3196:

// C3196.cpp
// compile with: /clr
ref struct R abstract abstract {};   // C3196
ref struct S abstract {};   // OK