Example #1
0
            public override object Clone()
            {
                IntBlockTermState other = new IntBlockTermState();

                other.CopyFrom(this);
                return(other);
            }
 public override object Clone()
 {
     IntBlockTermState other = new IntBlockTermState();
     other.CopyFrom(this);
     return other;
 }