System.Xml.Xsl.IlGen.GenerateHelper.CallStartTree C# (CSharp) Method

CallStartTree() public method

public CallStartTree ( XPathNodeType rootType ) : void
rootType XPathNodeType
return void
        public void CallStartTree(XPathNodeType rootType)
        {
            LoadQueryOutput();
            LoadInteger((int)rootType);
            Call(XmlILMethods.StartTree);
        }