Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
QilLoop.cs
Go to the documentation of this file.
1namespace System.Xml.Xsl.Qil;
2
3internal sealed class QilLoop : QilBinary
4{
6
7 public QilNode Body
8 {
9 get
10 {
11 return base.Right;
12 }
13 set
14 {
16 }
17 }
18
20 : base(nodeType, variable, body)
21 {
22 }
23}
QilLoop(QilNodeType nodeType, QilNode variable, QilNode body)
Definition QilLoop.cs:19