Mono Class Library: System.Xml.XmlReader Overview | Members

System.Xml.XmlReader.CanResolveEntity Property

Gets a value indicating whether this reader can parse and resolve entities.

public virtual bool CanResolveEntity { get; }

Value

A bool equal to false.

Remarks

Operation

This property returns true to indicate the reader can parse and resolve entities; otherwise, false.

This property is read-only.

This property always returns false.

Note to Inheritors
Override this property to return true for implementations that support schema or DTD information.

Usage
Use this property to determine whether the reader can parse and resolve entities.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0