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

◆ XPath

string? System.Xml.Schema.XmlSchemaXPath.XPath
getset

Definition at line 12 of file XmlSchemaXPath.cs.

13 {
14 get
15 {
16 return _xpath;
17 }
18 set
19 {
20 _xpath = value;
21 }
22 }

Referenced by System.Xml.Schema.CompiledIdentityConstraint.CompiledIdentityConstraint().