DotNetXri.Client.Resolve.CacheNode.CacheNode C# (CSharp) Метод

CacheNode() приватный Метод

private CacheNode ( CacheNode oParent, string sSubsegment ) : System.Collections
oParent CacheNode
sSubsegment string
Результат 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