XmlSerializationReader.ReadNull Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instructs the XmlReader to read the current XML element if the element has a null attribute with the value true.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
bool ReadNull();
protected bool ReadNull ();
member this.ReadNull : unit -> bool
Protected Function ReadNull () As Boolean
Returns
true
if the element has a null="true"
attribute value and has been read; otherwise, false
.
Remarks
The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.