System.Xml.Xsl.Runtime.XmlQueryOutput.WriteCharEntity C# (CSharp) Méthode

WriteCharEntity() public méthode

Should never be called.
public WriteCharEntity ( char ch ) : void
ch char
Résultat void
        public override void WriteCharEntity(char ch) {
            throw new NotSupportedException();
        }