1 // Compiler options: -t:library
25 public static class Factory
27 public static A
<int>.B
<bool>.C
<string> Create_1()
29 return new A
<int>.B
<bool>.C
<string> ();
32 public static A
<int>.B2
.C
<string> Create_2()
34 return new A
<int>.B2
.C
<string> ();
37 public static A
<int>.B2
Create_3()
39 return new A
<int>.B2 ();