FatAntelope.XTree.XTree C# (CSharp) Method

XTree() public method

public XTree ( XmlDocument document ) : System.Xml
document System.Xml.XmlDocument
return System.Xml
        public XTree(XmlDocument document)
        {
            Document = document;
            Root = XNode.Build(document.DocumentElement, null);
        }
XTree