Exemple #1
0
 public string Get(string key)
 {
     if (Attrs.ContainsKey(key))
     {
         return(Attrs[key]);
     }
     return(null);
 }