Appearance
var dupList = list.Clone(); // list.AddIfNotExists(item); // list.UpdateValue(item, newItem); // list.DeleteIfExists(item); // bool areNull = list.AreValuesNull();
you can run demo and see this feature.