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

◆ WriteArray() [19/40]

override void System.Runtime.Serialization.Json.XmlJsonWriter.WriteArray ( string prefix,
XmlDictionaryString localName,
XmlDictionaryString namespaceUri,
short[] array,
int offset,
int count )
inline

Definition at line 364 of file XmlJsonWriter.cs.

365 {
366 throw new NotSupportedException(System.SR.JsonWriteArrayNotSupported);
367 }
static string JsonWriteArrayNotSupported
Definition SR.cs:552
Definition SR.cs:7

References System.SR.JsonWriteArrayNotSupported.