Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Current
override
XPathNavigator
MS.Internal.Xml.XPath.XPathArrayIterator.Current
get
Definition at line
17
of file
XPathArrayIterator.cs
.
18
{
19
get
20
{
21
if
(
index
< 1)
22
{
23
throw
new
InvalidOperationException
(
System
.
SR
.
Format
(
System
.
SR
.
Sch_EnumNotStarted
,
string
.Empty));
24
}
25
return
(
XPathNavigator
)
list
[
index
- 1];
26
}
27
}
MS.Internal.Xml.XPath.XPathArrayIterator.index
int index
Definition
XPathArrayIterator.cs:13
MS.Internal.Xml.XPath.XPathArrayIterator.list
IList list
Definition
XPathArrayIterator.cs:11
System.InvalidOperationException
Definition
InvalidOperationException.cs:9
System.SR.Format
static string Format(string resourceFormat, object p1)
Definition
SR.cs:118
System.SR.Sch_EnumNotStarted
static string Sch_EnumNotStarted
Definition
SR.cs:1204
System.SR
Definition
SR.cs:7
System.Xml.XPath.XPathNavigator
Definition
XPathNavigator.cs:15
System
Definition
BlockingCollection.cs:8
MS
Internal
Xml
XPath
XPathArrayIterator
Generated by
1.10.0