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

CacheNode() private méthode

private CacheNode ( CacheNode oParent, string sSubsegment ) : System.Collections
oParent CacheNode
sSubsegment string
Résultat System.Collections
        CacheNode(CacheNode oParent, string sSubsegment)
        {
            // we need to keep track of these for the removeSelf method
            moParent = oParent;
            msSubsegment = sSubsegment;
            moCache = oParent.moCache;
            moCache.increment();

            addToFront();
        }

Same methods

CacheNode::CacheNode ( Cache oCache ) : System.Collections