FatAntelope.XTree.XTree C# (CSharp) 메소드

XTree() 공개 메소드

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