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

◆ CreateMtomReader() [7/8]

static XmlDictionaryReader System.Xml.XmlDictionaryReader.CreateMtomReader ( Stream stream,
Encoding[] encodings,
string? contentType,
XmlDictionaryReaderQuotas quotas,
int maxBufferSize,
OnXmlDictionaryReaderClose? onClose )
inlinestaticinherited

Definition at line 501 of file XmlDictionaryReader.cs.

502 {
503 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_MtomEncoding);
504 }
static string PlatformNotSupported_MtomEncoding
Definition SR.cs:686
Definition SR.cs:7

References System.SR.PlatformNotSupported_MtomEncoding.