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

◆ Schemas

XmlSchemaSet System.Runtime.Serialization.XsdDataContractExporter.Schemas
get

Definition at line 30 of file XsdDataContractExporter.cs.

31 {
32 get
33 {
34 throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_SchemaImporter);
35 }
36 }
static string PlatformNotSupported_SchemaImporter
Definition SR.cs:692
Definition SR.cs:7