Exemplo n.º 1
0
 public void Add(string key, SystemVariable systemVariable)
 {
     systemVariables.Add(key, systemVariable);
 }
Exemplo n.º 2
0
 public bool TryGetValue(string key, out SystemVariable systemVariable)
 {
     return(systemVariables.TryGetValue(key, out systemVariable));
 }