Beispiel #1
0
        public void discard(object item)
        {
            SetStorage.GetHashableSetIfSet(ref item);

            _items.Remove(item);
        }