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

◆ TryGetBase64ContentLength()

virtual bool System.Xml.XmlDictionaryReader.TryGetBase64ContentLength ( out int length)
inlinevirtualinherited

Reimplemented in System.Xml.XmlBaseReader, and System.Xml.XmlBinaryReader.

Definition at line 718 of file XmlDictionaryReader.cs.

719 {
720 length = 0;
721 return false;
722 }

References System.length.

Referenced by System.Xml.XmlDictionaryReader.ReadContentAsBase64().