Ejemplo n.º 1
0
 public VariableValueReference(EvaluationContext ctx, string name, LocalVariable variable, LocalVariableBatch batch) : base(ctx)
 {
     this.variable = variable;
     this.batch    = batch;
     this.name     = name;
 }
		public VariableValueReference (EvaluationContext ctx, string name, LocalVariable variable, LocalVariableBatch batch) : base (ctx)
		{
			this.variable = variable;
			this.batch = batch;
			this.name = name;
		}