Ejemplo n.º 1
0
 public Coder SetValue(Field field, object value)
 {
     this.instructions.Append(InstructionBlock.SetValue(this, null, field, value));
     return(new Coder(this));
 }