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

◆ LocalName

string System.Xml.Xsl.Qil.QilName.LocalName
getset

Definition at line 13 of file QilName.cs.

14 {
15 get
16 {
17 return _local;
18 }
19 [MemberNotNull("_local")]
20 set
21 {
22 _local = value;
23 }
24 }

Referenced by System.Xml.Xsl.Qil.QilName.QilName().