XmlSerializationReader.ReadNull Method

Definition

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.

Applies to