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