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

WriteEndDocument() public method

Should never be called.
public WriteEndDocument ( ) : void
return void
        public override void WriteEndDocument() {
            throw new NotSupportedException();
        }