System.Xml.Xsl.IlGen.IteratorDescriptor.CacheCount C# (CSharp) 메소드

CacheCount() 공개 메소드

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