Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Current

object System.Xml.Schema.XmlSchemaObjectTable.XSOEnumerator.Current
get

Implements System.Collections.Generic.IEnumerator< out T >.

Definition at line 122 of file XmlSchemaObjectTable.cs.

123 {
124 get
125 {
126 if (currentIndex == -1)
127 {
129 }
130 if (currentIndex >= size)
131 {
133 }
134 return _enumType switch
135 {
139 _ => null,
140 };
141 }
142 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string Sch_EnumNotStarted
Definition SR.cs:1204
static string Sch_EnumFinished
Definition SR.cs:1206
Definition SR.cs:7