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

WriteDocType() public method

Should never be called.
public WriteDocType ( string name, string pubid, string sysid, string subset ) : void
name string
pubid string
sysid string
subset string
return void
        public override void WriteDocType(string name, string pubid, string sysid, string subset) {
            throw new NotSupportedException();
        }