Mono.Debugger.ObjectCache.timeout_func C# (CSharp) Méthode

timeout_func() static private méthode

static private timeout_func ( ) : void
Résultat void
        void timeout_func()
        {
            if (ttl > 0)
                --ttl;
            if (ttl > 0)
                return;

            cached_object = null;
        }