예제 #1
0
 public string a(di A_0, string A_1)
 {
     if (this.b.ContainsKey((int) A_0))
     {
         return this.b[(int) A_0];
     }
     return A_1;
 }
예제 #2
0
 static int M(di d)
 {
     return(d(0));
 }
예제 #3
0
	static int M (di d) { return d (0); }
예제 #4
0
 public bool a(di A_0)
 {
     return this.b.ContainsKey((int) A_0);
 }