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

◆ Prefix

string System.Xml.Xsl.XsltOld.OutputScope.Prefix
getsetpackage

Definition at line 27 of file OutputScope.cs.

28 {
29 get
30 {
31 return _prefix;
32 }
33 set
34 {
35 _prefix = value;
36 }
37 }

Referenced by System.Xml.Xsl.XsltOld.RecordBuilder.EndElement().