Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Count
override
int MS.Internal.Xml.XPath.Query.Count
get
inherited
Definition at line
14
of file
Query.cs
.
15
{
16
get
17
{
18
if
(
count
== -1)
19
{
20
Query
query
= (
Query
)
Clone
();
21
query
.Reset();
22
count
= 0;
23
while
(
query
.MoveNext())
24
{
25
count
++;
26
}
27
}
28
return
count
;
29
}
30
}
MS.Internal.Xml.XPath.Query.Query
Query()
Definition
Query.cs:38
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.XPath.XPathNodeIterator.count
int count
Definition
XPathNodeIterator.cs:59
System.Xml.XPath.XPathNodeIterator.Clone
object ICloneable. Clone()
Definition
XPathNodeIterator.cs:93
MS
Internal
Xml
XPath
XPathSelfQuery
Generated by
1.10.0