XmlSerializationReader.GetNullAttr Method

Definition

Determines whether the XML element where the XmlReader is currently positioned has a null attribute set to the value true.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 bool GetNullAttr();
protected bool GetNullAttr ();
member this.GetNullAttr : unit -> bool
Protected Function GetNullAttr () As Boolean

Returns

true if XmlReader is currently positioned over a null attribute with the value true; 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