DotNetXri.Client.Resolve.CacheNode.touch C# (CSharp) 메소드

touch() 개인적인 메소드

private touch ( ) : void
리턴 void
        void touch()
        {
            // detach yourself from your current spot first
            detach();

            // now add to the front
            addToFront();
        }