예제 #1
0
 public int?GetInteger(string key, int?fallback)
 {
     return(ValueRetrieval.GetInteger(Get(key), fallback));
 }
예제 #2
0
 public int?GetInteger(string key)
 {
     return(ValueRetrieval.GetInteger(Get(key)));
 }