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