System.Xml.XmlTextReaderImpl.ResetAttributes C# (CSharp) Method

ResetAttributes() private method

private ResetAttributes ( ) : void
return void
        private void ResetAttributes()
        {
            if (_fullAttrCleanup)
            {
                FullAttributeCleanup();
            }
            _curAttrIndex = -1;
            _attrCount = 0;
            _attrHashtable = 0;
            _attrDuplWalkCount = 0;
        }
XmlTextReaderImpl