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

◆ IncrementalReadState

Enumerator
Text 
StartTag 
PI 
CDATA 
Comment 
Attributes 
AttributeValue 
ReadData 
EndElement 
End 
ReadValueChunk_OnCachedValue 
ReadValueChunk_OnPartialValue 
ReadContentAsBinary_OnCachedValue 
ReadContentAsBinary_OnPartialValue 
ReadContentAsBinary_End 

Definition at line 71 of file XmlTextReaderImpl.cs.

72 {
73 Text,
75 PI,
76 CDATA,
77 Comment,
82 End,
88 }