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

◆ ReadElementContentAsBase64Async()

virtual Task< int > System.Xml.XmlReader.ReadElementContentAsBase64Async ( byte[] buffer,
int index,
int count )
inlinevirtualinherited

Reimplemented in System.Xml.XmlAsyncCheckReader, System.Xml.XmlCharCheckingReader, System.Xml.XmlSubtreeReader, System.Xml.XmlTextReaderImpl, System.Xml.XmlValidatingReaderImpl, and System.Xml.XsdValidatingReader.

Definition at line 1595 of file XmlReader.cs.

1596 {
1597 throw new NotSupportedException(System.SR.Format(System.SR.Xml_ReadBinaryContentNotSupported, "ReadElementContentAsBase64"));
1598 }
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.XmlAsyncCheckReader.ReadElementContentAsBase64Async().