Esempio n. 1
0
 public void AddGlobal(CILVariableDecl global)
 {
     SymTable.DeclareGlobalVar(global);
     _globals.Add(global.Name, global);
 }