Exemplo n.º 1
0
 protected override void PutMany(IHashSet <string> collection, params string[] values)
 {
     collection.AddMany(values);
     _last = values.LastOrDefault();
 }