public static void Main (string[] args) {
     var instance = new CustomTypeA<int>();
 }
Exemplo n.º 2
0
 public static void Main(string[] args)
 {
     var instance = new CustomTypeA <int>();
 }