Ejemplo n.º 1
0
 public int GetInt(int key, int default_val = 0)
 {
     return(IntData.GetValueOrDefault(key, default_val));
 }