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

WriteEmptyTag() protected method

protected WriteEmptyTag ( string name ) : void
name string
return void
        protected void WriteEmptyTag(string name)
        {
            WriteEmptyTag(name, null);
        }

Same methods

XmlSerializationWriter::WriteEmptyTag ( string name, string ns ) : void