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 {
24 }
25 return (XPathNavigator)list[index - 1];
26 }
27 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string Sch_EnumNotStarted
Definition SR.cs:1204
Definition SR.cs:7