Ninject.Activation.Blocks.ActivationBlock.Release C# (CSharp) 메소드

Release() 공개 메소드

Deactivates and releases the specified instance if it is currently managed by Ninject.
public Release ( object instance ) : bool
instance object The instance to release.
리턴 bool
        public bool Release(object instance)
        {
            return this.Parent.Release(instance);
        }