DotNetXri.Client.Resolve.CacheNode.CacheNode C# (CSharp) Method

CacheNode() private method

private CacheNode ( Cache oCache ) : System.Collections
oCache Cache
return System.Collections
        internal CacheNode(Cache oCache)
        {
            moCache = oCache;
            moNext = this;
            moPrev = this;
        }

Same methods

CacheNode::CacheNode ( CacheNode oParent, string sSubsegment ) : System.Collections