public override MutableValue Duplicate() { MutableValueDate v = new MutableValueDate(); v.Value = this.Value; v.Exists = this.Exists; return v; }
public override MutableValue Duplicate() { MutableValueDate v = new MutableValueDate(); v.Value = this.Value; v.Exists = this.Exists; return(v); }