DelegatingXmlDictionaryReader.IsEmptyElement Property

Definition

Gets a value that indicates whether the current node is an empty element.

public:
 virtual property bool IsEmptyElement { bool get(); };
public override bool IsEmptyElement { get; }
member this.IsEmptyElement : bool
Public Overrides ReadOnly Property IsEmptyElement As Boolean

Property Value

true if the current node is an empty element; otherwise, false.

Applies to