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

◆ ReadContentAsBase64()

virtual int System.Xml.XmlReader.ReadContentAsBase64 ( byte[] buffer,
int index,
int count )
inlinevirtualinherited

Reimplemented in System.Data.DataTextReader, System.Runtime.Serialization.XmlSerializableReader, System.Xml.XPath.XPathNavigatorReader, System.Xml.XmlAsyncCheckReader, System.Xml.XmlCharCheckingReader, System.Xml.XmlNodeReader, System.Xml.XmlSubtreeReader, System.Xml.XmlTextReader, System.Xml.XmlTextReaderImpl, System.Xml.XmlValidatingReader, System.Xml.XmlValidatingReaderImpl, System.Xml.XsdValidatingReader, System.Xml.XmlBaseReader, and System.Xml.XmlDictionaryReader.XmlWrappedReader.

Definition at line 544 of file XmlReader.cs.

545 {
546 throw new NotSupportedException(System.SR.Format(System.SR.Xml_ReadBinaryContentNotSupported, "ReadContentAsBase64"));
547 }
static string Xml_ReadBinaryContentNotSupported
Definition SR.cs:172
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
Definition SR.cs:7

References System.SR.Format(), and System.SR.Xml_ReadBinaryContentNotSupported.

Referenced by System.Xml.XmlSubtreeReader.FinishReadContentAsBinary(), System.Xml.XmlSubtreeReader.FinishReadElementContentAsBinary(), System.Data.DataTextReader.ReadContentAsBase64(), System.Runtime.Serialization.XmlSerializableReader.ReadContentAsBase64(), System.Xml.XmlAsyncCheckReader.ReadContentAsBase64(), System.Xml.XmlSubtreeReader.ReadContentAsBase64(), System.Xml.XmlDictionaryReader.XmlWrappedReader.ReadContentAsBase64(), and System.Xml.XmlSubtreeReader.ReadElementContentAsBase64().