Share via


IXmlElementReader.CanRead(XmlReader) Method

Definition

Returns true if the XmlReader is pointing to an element that can be read.

public bool CanRead (System.Xml.XmlReader reader);
abstract member CanRead : System.Xml.XmlReader -> bool
Public Function CanRead (reader As XmlReader) As Boolean

Parameters

reader
XmlReader

Returns

Applies to