Esempio n. 1
0
        internal void Destroy()
        {
            // Remove reference from parent and child instances
            @in.RemoveReference(this);

            // Clear field references
            this.property = null;
            this.@in      = null;
            this.@out     = null;
        }