public void Move(Data.AuditPropertyValue from, object to) { if (to != null) { _setter((THost)to, from.GetValue <TProp>()); } }
public object GetValue(Data.AuditPropertyValue v) { return(v.GetValue <T>()); }