Ejemplo n.º 1
0
 public static void Set(ThreadMirror thread, VariableItem item, ArrayMirror parent, int key, Value newValue)
 {
     parent.SetValues(key, new Value[]{newValue});
 }