Click or drag to resize
XmlSerializationWriterWriteNullTagLiteral Method
Writes an XML element with an xsi:nil='true' attribute.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
protected void WriteNullTagLiteral(
	string name,
	string ns
)

Parameters

name
Type: SystemString
The local name of the XML element to write.
ns
Type: SystemString
The namespace of the XML element to write.
See Also