System.Xml.XmlBaseReader.AddXmlAttribute C# (CSharp) Method

AddXmlAttribute() protected method

protected AddXmlAttribute ( ) : XmlAttributeNode
return XmlAttributeNode
        protected XmlAttributeNode AddXmlAttribute()
        {
            return AddAttribute(QNameType.Normal, true);
        }
        protected XmlAttributeNode AddXmlnsAttribute(Namespace ns)