System.Xml.XmlBaseReader.ProcessAttributes C# (CSharp) Méthode

ProcessAttributes() protected méthode

protected ProcessAttributes ( ) : void
Résultat void
        protected void ProcessAttributes()
        {
            if (_attributeCount > 0)
            {
                ProcessAttributes(_attributeNodes, _attributeCount);
            }
        }

Same methods

XmlBaseReader::ProcessAttributes ( XmlAttributeNode attributeNodes, int attributeCount ) : void