DotNetXri.Client.Resolve.CacheNode.touch C# (CSharp) Méthode

touch() private méthode

private touch ( ) : void
Résultat void
        void touch()
        {
            // detach yourself from your current spot first
            detach();

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