Base:
method
InsertAfter
System.Xml.XmlNode.InsertAfter(System.Xml.XmlNode, System.Xml.XmlNode)
2 references to InsertAfter
System.Data (2)
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
627node.InsertAfter(newNode, priorNode); 1395rowElement.InsertAfter( newElem, elemBefore );