Ejemplo n.º 1
0
 internal HashSet <int> Get(string key)
 {
     if (Hashes.ContainsKey(key))
     {
         return(Hashes[key]);
     }
     return(new HashSet <int>());
 }
Ejemplo n.º 2
0
 public bool HasAttribute(string attributeName)
 {
     return(Hashes.ContainsKey(attributeName));
 }