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

◆ s_scanState2ReadState

readonly ReadState [] System.Xml.XmlSqlBinaryReader.s_scanState2ReadState
staticprivate
Initial value:
= new ReadState[9]
{
ReadState.Interactive,
ReadState.Interactive,
ReadState.Interactive,
ReadState.Interactive,
ReadState.Interactive,
ReadState.Initial,
ReadState.Error,
ReadState.EndOfFile,
}

Definition at line 284 of file XmlSqlBinaryReader.cs.

285 {
286 ReadState.Interactive,
287 ReadState.Interactive,
288 ReadState.Interactive,
289 ReadState.Interactive,
290 ReadState.Interactive,
291 ReadState.Initial,
292 ReadState.Error,
293 ReadState.EndOfFile,
295 };