System.Xml.XmlTextReaderImpl.PopParsingState C# (CSharp) Méthode

PopParsingState() private méthode

private PopParsingState ( ) : void
Résultat void
        private void PopParsingState()
        {
            Debug.Assert(_parsingStatesStackTop >= 0);
            _ps.Close(true);
            _ps = _parsingStatesStack[_parsingStatesStackTop--];
        }
XmlTextReaderImpl