Terraria
v1.4.4.9
Terraria source code documentation
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
_
a
c
d
e
f
i
l
m
o
p
r
s
t
u
w
Files
File List
File Members
All
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
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
}
16
public
DocumentKeyList
(
XPathNavigator
rootNav
,
Hashtable
keyTable
) {
…
}
21
}
6
internal
struct
DocumentKeyList
{
…
};
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