Exemplo n.º 1
0
 public bool GetBool(object key, bool?defaultValue = false)
 {
     return((null != _obj) ? _obj.GetBool(key, defaultValue) : false);
 }
Exemplo n.º 2
0
 public bool GetBool(object key)
 {
     return(_obj.GetBool(key));
 }