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

◆ Prefix

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

Definition at line 39 of file QilName.cs.

40 {
41 get
42 {
43 return _prefix;
44 }
45 [MemberNotNull("_prefix")]
46 set
47 {
48 _prefix = value;
49 }
50 }

Referenced by System.Xml.Xsl.Qil.QilName.QilName(), and System.Xml.Xsl.IlGen.XmlILNamespaceAnalyzer.CheckNamespaceInScope().