Release() 공개 메소드

public Release ( ) : bool
리턴 bool
		private void Evict(Burden instance)
		{
			using (new EvictionScope(this))
				instance.Release();
		}