예제 #1
0
 public override int U()
 {
     if (Q1.a(this))
     {
         return(1);
     }
     return(this.T());
 }
예제 #2
0
파일: B.cs 프로젝트: hakanaku2009/svn-dump
 public override int t()
 {
     if (Q1.a(this, true))
     {
         return(1);
     }
     return(this.S());
 }
예제 #3
0
 public override bool V(G2 g, bool flag)
 {
     return(base.V(g, flag && !Q1.a(this)));
 }