Example #1
0
        public void Remove(ITransient other)
        {
            if (other == null)
            {
                return;
            }

            Additions.RemoveRef(other);
            Deletions.Add(other);
        }