ReadEndElementWithNamespace method
Implementation
void ReadEndElementWithNamespace(
XmlNamespace xmlNamespace, String? localName) {
this.InternalReadElementWithNamespace(
xmlNamespace, localName, XmlNodeType.EndElement);
}
void ReadEndElementWithNamespace(
XmlNamespace xmlNamespace, String? localName) {
this.InternalReadElementWithNamespace(
xmlNamespace, localName, XmlNodeType.EndElement);
}