Exemplo n.º 1
0
            public override object Clone()
            {
                var other = new SepTermState();

                other.CopyFrom(this);
                return(other);
            }
Exemplo n.º 2
0
 public override object Clone()
 {
     var other = new SepTermState();
     other.CopyFrom(this);
     return other;
 }