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

◆ Scope

TypeScope System.Xml.Serialization.SchemaImporter.Scope
getpackageinherited

Definition at line 54 of file SchemaImporter.cs.

55 {
56 get
57 {
58 if (_scope == null)
59 {
60 _scope = new TypeScope();
61 }
62 return _scope;
63 }
64 }

Referenced by System.Xml.Serialization.SchemaImporter.CreateRootMapping(), and System.Xml.Serialization.SchemaImporter.MakeDerived().