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

◆ WriteEntityRef()

override void System.Runtime.Serialization.Json.XmlJsonWriter.WriteEntityRef ( string name)
inline

Definition at line 650 of file XmlJsonWriter.cs.

651 {
652 throw new NotSupportedException(System.SR.Format(System.SR.JsonMethodNotSupported, "WriteEntityRef"));
653 }
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.