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

◆ WriteXmlAttribute() [3/4]

override void System.Runtime.Serialization.Json.XmlJsonWriter.WriteXmlAttribute ( XmlDictionaryString localName,
XmlDictionaryString value )
inline

Definition at line 1070 of file XmlJsonWriter.cs.

1071 {
1072 throw new NotSupportedException(System.SR.Format(System.SR.JsonMethodNotSupported, "WriteXmlAttribute"));
1073 }
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(), and System.SR.JsonMethodNotSupported.