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

◆ Context

ImportContext System.Xml.Serialization.SchemaImporter.Context
getpackageinherited

Definition at line 24 of file SchemaImporter.cs.

25 {
26 get
27 {
28 if (_context == null)
29 {
30 _context = new ImportContext();
31 }
32 return _context;
33 }
34 }

Referenced by System.Xml.Serialization.SchemaImporter.SchemaImporter().