Exemplo n.º 1
0
 private void Init()
 {
     builder          = Microsoft.Scripting.Ast.Utils.Lambda(typeof(object), "name todo");
     builder.IsGlobal = true;
     withinFunction   = 0;
 }
Exemplo n.º 2
0
		private void Init ()
		{
			builder = Microsoft.Scripting.Ast.Utils.Lambda (typeof(object), "name todo");
			builder.IsGlobal = true;
			withinFunction = 0;
		}