Exemplo n.º 1
0
 public override MutableValue Duplicate()
 {
     MutableValueDate v = new MutableValueDate();
     v.Value = this.Value;
     v.Exists = this.Exists;
     return v;
 }
Exemplo n.º 2
0
        public override MutableValue Duplicate()
        {
            MutableValueDate v = new MutableValueDate();

            v.Value  = this.Value;
            v.Exists = this.Exists;
            return(v);
        }