System.Xml.Serialization.XmlSerializationWriter.WriteXmlAttribute C# (CSharp) Method

WriteXmlAttribute() protected method

protected WriteXmlAttribute ( XmlNode node ) : void
node XmlNode
return void
        protected void WriteXmlAttribute(XmlNode node)
        {
            WriteXmlAttribute(node, null);
        }

Same methods

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