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

◆ ReadContentAsBinHex()

virtual int System.Xml.XmlReader.ReadContentAsBinHex ( 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 554 of file XmlReader.cs.

555 {
556 throw new NotSupportedException(System.SR.Format(System.SR.Xml_ReadBinaryContentNotSupported, "ReadContentAsBinHex"));
557 }
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.ReadContentAsBinHex(), System.Runtime.Serialization.XmlSerializableReader.ReadContentAsBinHex(), System.Xml.XmlAsyncCheckReader.ReadContentAsBinHex(), System.Xml.XmlSubtreeReader.ReadContentAsBinHex(), System.Xml.XmlDictionaryReader.XmlWrappedReader.ReadContentAsBinHex(), and System.Xml.XmlSubtreeReader.ReadElementContentAsBinHex().