Beispiel #1
0
 public C Test1Alternative()
 {
     return(InitializerTests.TestCall(1, new C {
         L = new List <S> {
             new S(1)
         }
     }));
 }
Beispiel #2
0
 public C Test3b()
 {
     return(InitializerTests.TestCall(0, new C {
         Z = 1,
         Y =
         {
             A = 2
         }
     }));
 }