Example #1
0
 public void AddValue(string value, Symbol symbol)
 {
     _classifications.Add(new Exact(value, symbol));
 }