public void copyValuesInto(ToyVMObject other) { foreach (Object key in fieldValues.Keys){ other.fieldValues.Add(key,fieldValues[key]); } }
public void setThis(ToyVMObject obj) { this.thisObj = obj; }