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

◆ WriteComment() [1/2]

override void System.Runtime.Serialization.Json.XmlJsonWriter.WriteComment ( string text)
inline

Definition at line 459 of file XmlJsonWriter.cs.

460 {
461 throw new NotSupportedException(System.SR.Format(System.SR.JsonMethodNotSupported, "WriteComment"));
462 }
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.