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

◆ TypeIdentifiers

CodeIdentifiers System.Xml.Serialization.ImportContext.TypeIdentifiers
get

Definition at line 54 of file ImportContext.cs.

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