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

CacheNode() private méthode

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

Same methods

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