예제 #1
0
 public void Invert()
 {
     t = t.Invert();
 }
예제 #2
0
 partial void InvertImpl()
 {
     t = t.Invert();
 }