IsEmptyElement property

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

Implementation

bool get IsEmptyElement => this._xmlReader.IsEmptyElement;