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

◆ MediaType

string? System.Xml.XmlWriterSettings.MediaType
getsetpackage

Definition at line 294 of file XmlWriterSettings.cs.

295 {
296 get
297 {
298 return _mediaType;
299 }
300 set
301 {
302 CheckReadOnly("MediaType");
304 }
305 }
void CheckReadOnly(string propertyName)

Referenced by System.Xml.HtmlEncodedRawTextWriter.Init(), System.Xml.HtmlUtf8RawTextWriter.Init(), and System.Xml.Xsl.Xslt.XsltLoader.LoadOutput().