System.Xml.Xsl.IlGen.IteratorDescriptor.CacheCount C# (CSharp) Méthode

CacheCount() public méthode

Push the count of items in the cache onto the stack.
public CacheCount ( ) : void
Résultat void
        public void CacheCount() {
            Debug.Assert(this.storage.IsCached);
            PushValue();
            this.helper.CallCacheCount(this.storage.ItemStorageType);
        }