System.Xml.Xsl.XsltOld.DocumentKeyList.DocumentKeyList C# (CSharp) Method

DocumentKeyList() public method

public DocumentKeyList ( XPathNavigator rootNav, Hashtable keyTable ) : System
rootNav System.Xml.XPath.XPathNavigator
keyTable System.Collections.Hashtable
return System
        public DocumentKeyList(XPathNavigator rootNav, Hashtable keyTable) {
            this.rootNav = rootNav;
            this.keyTable = keyTable;
        }
DocumentKeyList