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

◆ GenerateTempAssembly() [3/3]

static TempAssembly System.Xml.Serialization.XmlSerializer.GenerateTempAssembly ( XmlMapping xmlMapping,
Type type,
string defaultNamespace,
string location )
inlinestaticpackage

Definition at line 345 of file XmlSerializer.cs.

346 {
347 if (xmlMapping == null)
348 {
349 throw new ArgumentNullException("xmlMapping");
350 }
351 xmlMapping.CheckShallow();
352 if (xmlMapping.IsSoap)
353 {
354 return null;
355 }
356 return new TempAssembly(new XmlMapping[1] { xmlMapping }, new Type[1] { type }, defaultNamespace, location);
357 }

References System.Xml.Dictionary, and System.type.