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

◆ MovePrevious()

override bool System.Xml.CharEntityEncoderFallbackBuffer.MovePrevious ( )
inline

Definition at line 96 of file CharEntityEncoderFallbackBuffer.cs.

97 {
98 if (_charEntityIndex == -1)
99 {
100 return false;
101 }
102 if (_charEntityIndex > 0)
103 {
105 return true;
106 }
107 return false;
108 }

References System.Xml.CharEntityEncoderFallbackBuffer._charEntityIndex.