prog.cs(39,13): error CS0311: The type `Articulos.Cap03.D' cannot be used as type parameter `T' in the generic type or method `Articulos.Cap03.ClaseGenerica<T>'. There is no implicit reference conversion from `Articulos.Cap03.D' to `Articulos.Cap03.A'
prog.cs(26,20): (Location of the symbol related to previous error)
prog.cs(39,38): error CS0311: The type `Articulos.Cap03.D' cannot be used as type parameter `T' in the generic type or method `Articulos.Cap03.ClaseGenerica<T>'. There is no implicit reference conversion from `Articulos.Cap03.D' to `Articulos.Cap03.A'
prog.cs(26,20): (Location of the symbol related to previous error)
Compilation failed: 2 error(s), 0 warnings