System.Xml.Xsl.IlGen.IteratorDescriptor.EnsureStackNoCache C# (CSharp) Метод

EnsureStackNoCache() публичный Метод

Ensure that the iterator's items are not cached, and that the current item is pushed onto the stack.
public EnsureStackNoCache ( ) : void
Результат void
        public void EnsureStackNoCache() {
            EnsureNoCache();
            EnsureStack();
        }