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

AddAttribute() protected method

protected AddAttribute ( ) : XmlAttributeNode
return XmlAttributeNode
        protected XmlAttributeNode AddAttribute()
        {
            return AddAttribute(QNameType.Normal, true);
        }

Same methods

XmlBaseReader::AddAttribute ( QNameType qnameType, bool isAtomicValue ) : XmlAttributeNode