Exemple #1
0
 public long a(ce A_0, long A_1)
 {
     if (this.e.ContainsKey((int) A_0))
     {
         return this.e[(int) A_0];
     }
     return A_1;
 }
Exemple #2
0
 public bool a(ce A_0)
 {
     return this.e.ContainsKey((int) A_0);
 }