Exemplo n.º 1
0
Arquivo: Code.cs Projeto: isc30/dsharp
 public GenericWithGenericInConstructor(GenericClass <X> genericClass)
 {
     this.genericClass = genericClass;
 }