Ejemplo n.º 1
0
 public long Values(ALongValueKeys key)
 {
     KeyLong findkey = LongVals.Where(x => x.Key == (int)key).FirstOrDefault();
     if(findkey != null) {return findkey.Val;}
     else{return 0;}
 }
Ejemplo n.º 2
0
 public long Values(ALongValueKeys eval)
 {
     return _ao.Values(eval);
 }