|
Exemple 13-42 extrait du chapitre
La généricité
Exemple 13-41< > Exemple 13-43
Cet exemple peut être compilé avec la ligne de commande: csc.exe /target:library Exemple_13_42.cs Erreurs: 0 Avertissements: 0 Remarque:
Exemple_13_42.cs
[System.AttributeUsage(System.AttributeTargets.GenericParameter)]
public class A : System.Attribute{}
class C<[A]U, V> { }
Copyright Patrick Smacchia 2006 2007
|