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

◆ WriteXmlnsAttribute() [1/4]

override void System.Runtime.Serialization.Json.XmlJsonWriter.WriteXmlnsAttribute ( string prefix,
string namespaceUri )
inline

Definition at line 1075 of file XmlJsonWriter.cs.

1076 {
1078 {
1079 throw new NotSupportedException(System.SR.Format(System.SR.JsonMethodNotSupported, "WriteXmlnsAttribute"));
1080 }
1081 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string JsonMethodNotSupported
Definition SR.cs:554
Definition SR.cs:7

References System.SR.Format(), System.Runtime.Serialization.Json.XmlJsonWriter.IsWritingNameWithMapping, and System.SR.JsonMethodNotSupported.