Пример #1
0
 public void Invert()
 {
     t = t.Invert();
 }
Пример #2
0
 partial void InvertImpl()
 {
     t = t.Invert();
 }