示例#1
0
 public bool getPropertyBoolean(string key)
 {
     if (!(properties != null))
     {
         return(false);
     }
     return(properties.getBoolean(key));
 }