Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DocumentKeyList.cs
Go to the documentation of this file.
1
using
System.Collections
;
2
using
System.Xml.XPath
;
3
4
namespace
System.Xml.Xsl.XsltOld
;
5
6
internal
struct
DocumentKeyList
7
{
8
private
readonly
XPathNavigator
_rootNav
;
9
10
private
readonly
Hashtable
_keyTable
;
11
12
public
XPathNavigator
RootNav
=>
_rootNav
;
13
14
public
Hashtable
KeyTable
=>
_keyTable
;
15
16
public
DocumentKeyList
(
XPathNavigator
rootNav
,
Hashtable
keyTable
)
17
{
18
_rootNav
=
rootNav
;
19
_keyTable
=
keyTable
;
20
}
21
}
System.Collections.Hashtable
Definition
Hashtable.cs:13
System.Xml.XPath.XPathNavigator
Definition
XPathNavigator.cs:15
System.Collections
Definition
BlockingCollection.cs:8
System.Xml.XPath
Definition
Extensions.cs:5
System.Xml.Xsl.XsltOld
Definition
IXsltDebugger.cs:1
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.Xml.Xsl.XsltOld.DocumentKeyList._rootNav
readonly XPathNavigator _rootNav
Definition
DocumentKeyList.cs:8
System.Xml.Xsl.XsltOld.DocumentKeyList.KeyTable
Hashtable KeyTable
Definition
DocumentKeyList.cs:14
System.Xml.Xsl.XsltOld.DocumentKeyList.RootNav
XPathNavigator RootNav
Definition
DocumentKeyList.cs:12
System.Xml.Xsl.XsltOld.DocumentKeyList._keyTable
readonly Hashtable _keyTable
Definition
DocumentKeyList.cs:10
System.Xml.Xsl.XsltOld.DocumentKeyList.DocumentKeyList
DocumentKeyList(XPathNavigator rootNav, Hashtable keyTable)
Definition
DocumentKeyList.cs:16
System.Xml.Xsl.XsltOld.DocumentKeyList
Definition
DocumentKeyList.cs:7
source
System.Private.Xml
System.Xml.Xsl.XsltOld
DocumentKeyList.cs
Generated by
1.10.0