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

◆ IsAttrChar()

bool System.Xml.XmlBufferReader.IsAttrChar ( int ch)
inlineprivate

Definition at line 682 of file XmlBufferReader.cs.

683 {
684 if ((uint)(ch - 9) <= 1u || ch == 13 || ch == 38)
685 {
686 return false;
687 }
688 return true;
689 }

References System.ch.

Referenced by System.Xml.XmlBufferReader.GetEscapedChars().