Beispiel #1
0
        public Molecule Release(IBindable of)
        {
            if (bounds.Remove(of))
            {
                of.LetRelease(this);
            }

            return(this);
        }