Beispiel #1
0
 public override int U()
 {
     if (Q1.a(this))
     {
         return(1);
     }
     return(this.T());
 }
Beispiel #2
0
 public override int t()
 {
     if (Q1.a(this, true))
     {
         return(1);
     }
     return(this.S());
 }
Beispiel #3
0
 public override bool V(G2 g, bool flag)
 {
     return(base.V(g, flag && !Q1.a(this)));
 }