IsEmptyElement property

bool IsEmptyElement
Gets a value indicating whether current element is empty.

Implementation

bool get IsEmptyElement => this._xmlReader.IsEmptyElement;