System.Xml.Serialization.XmlSerializationWriter.WriteXmlAttribute C# (CSharp) Méthode

WriteXmlAttribute() protected méthode

protected WriteXmlAttribute ( XmlNode node ) : void
node XmlNode
Résultat void
        protected void WriteXmlAttribute(XmlNode node)
        {
            WriteXmlAttribute(node, null);
        }

Same methods

XmlSerializationWriter::WriteXmlAttribute ( XmlNode node, object container ) : void