System.Html.Document.InsertBefore C# (CSharp) Method

InsertBefore() public static method

public static InsertBefore ( XmlNode node, XmlNode child ) : XmlNode
node System.Xml.XmlNode
child System.Xml.XmlNode
return System.Xml.XmlNode
        public static XmlNode InsertBefore(XmlNode node, XmlNode child)
        {
            return default(XmlNode);
        }

Same methods

Document::InsertBefore ( Element node, Element child ) : Element