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

◆ Prefix

string System.Xml.Schema.SchemaDeclBase.Prefix
getsetpackage

Definition at line 51 of file SchemaDeclBase.cs.

52 {
53 get
54 {
55 if (prefix != null)
56 {
57 return prefix;
58 }
59 return string.Empty;
60 }
62 set
63 {
64 prefix = value;
65 }
66 }