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

◆ CreateMtomReader() [3/8]

static XmlDictionaryReader System.Xml.XmlDictionaryReader.CreateMtomReader ( byte[] buffer,
int offset,
int count,
Encoding[] encodings,
string? contentType,
XmlDictionaryReaderQuotas quotas,
int maxBufferSize,
OnXmlDictionaryReaderClose? onClose )
inlinestaticinherited

Definition at line 525 of file XmlDictionaryReader.cs.

526 {
527 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_MtomEncoding);
528 }
static string PlatformNotSupported_MtomEncoding
Definition SR.cs:686
Definition SR.cs:7

References System.SR.PlatformNotSupported_MtomEncoding.