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

◆ IsEmpty

bool System.Xml.StringHandle.IsEmpty
get

Definition at line 27 of file StringHandle.cs.

28 {
29 get
30 {
31 if (_type == StringHandleType.UTF8)
32 {
33 return _length == 0;
34 }
35 return Equals2(string.Empty);
36 }
37 }
StringHandleType _type
bool Equals2(int key2, XmlBufferReader bufferReader2)

Referenced by System.Xml.XmlBaseReader.AddXmlnsAttribute(), and System.Xml.StringHandle.TryGetDictionaryString().