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