Exemplo n.º 1
0
 public void Add(T item)
 {
     CheckValue(item);
     _store.AddParsedValue(_headerName, item);
 }