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

AddXmlAttribute() protected méthode

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