System.Xml.Xsl.Runtime.XmlQueryOutput.WriteEndElementUnchecked C# (CSharp) Method

WriteEndElementUnchecked() public method

Call XmlRawWriter.WriteEndElement() with empty prefix, ns.
public WriteEndElementUnchecked ( string localName ) : void
localName string
return void
        public void WriteEndElementUnchecked(string localName) {
            WriteEndElementUnchecked(string.Empty, localName, string.Empty);
        }

Same methods

XmlQueryOutput::WriteEndElementUnchecked ( string prefix, string localName, string ns ) : void