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

◆ Key

object System.Xml.Schema.XmlSchemaObjectTable.XSODictionaryEnumerator.Key
get

Implements System.Collections.IDictionaryEnumerator.

Definition at line 192 of file XmlSchemaObjectTable.cs.

193 {
194 get
195 {
196 if (currentIndex == -1)
197 {
199 }
200 if (currentIndex >= size)
201 {
203 }
204 return currentKey;
205 }
206 }
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