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