Пример #1
0
 public Variable GetGlobalVariable(string name)
 {
     return(GlobalVariables.FirstOrDefault(x => x.Name == name));
 }