Base:
property
InnerText
System.Xml.XmlNode.InnerText
1 write to InnerText
System.Xml (1)
System\Xml\Dom\XmlDeclaration.cs (1)
62
set {
InnerText
= value; }
2 references to InnerText
System.Xml (2)
System\Xml\Dom\XmlDeclaration.cs (2)
61
get { return
InnerText
; }
140
w.WriteProcessingInstruction(Name,
InnerText
);