Exemple #1
0
 public bool HasAttribute(string key)
 {
     if (_client == null)
     {
         return(false);
     }
     return(_client.HasAttribute(key));
 }
 public bool HasAttribute(string key)
 {
     return(_client.HasAttribute(key));
 }