Exemplo n.º 1
0
 static void Alloc <T>(out T value) where T : TestClass2
 {
     value = TestClass2.Alloc() as T;
 }