Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
NavigatorsToItems()
static
IList
<
XPathItem
> System.Xml.Xsl.Runtime.XmlILStorageConverter.NavigatorsToItems
(
IList
<
XPathNavigator
>
listNavigators
)
inline
static
Definition at line
66
of file
XmlILStorageConverter.cs
.
67
{
68
if
(
listNavigators
is
IList<XPathItem>
result)
69
{
70
return
result;
71
}
72
return
new
XmlQueryNodeSequence(
listNavigators
);
73
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Xml
Xsl
Runtime
XmlILStorageConverter
Generated by
1.10.0