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

◆ Next

NavigatorInput System.Xml.Xsl.XsltOld.NavigatorInput.Next
getsetpackage

Definition at line 20 of file NavigatorInput.cs.

21 {
22 get
23 {
24 return _Next;
25 }
26 set
27 {
28 _Next = value;
29 }
30 }

Referenced by System.Xml.Xsl.XsltOld.Compiler.PopInputDocument().