NodeType property

XmlNodeType? NodeType
Gets the type of the node.

Implementation

XmlNodeType? get NodeType => this._xmlReader.NodeType;