Ejemplo n.º 1
0
 protected StringJoiner(IEstimater estimater, double joiningBorder)
 {
     _estimater = estimater;
     _joiningBorder = joiningBorder;
 }
 public HammingStringJoiner(IEstimater estimater, double joiningBorder)
     : base(estimater, joiningBorder)
 {
 }