Ejemplo n.º 1
0
 public void store(string index, MyType value)
 {
     memory[index] = value;
 }