Click or drag to resize
XmlSerializationReaderReadNull Method
Instructs the System.Xml.XmlReader to read the current XML element if the element has a null attribute with the value true.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
protected bool ReadNull()

Return Value

Type: Boolean
true if the element has a null="true" attribute value and has been read; otherwise, false.
See Also