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

◆ StartSequenceConstruction()

void System.Xml.Xsl.Runtime.XmlQueryRuntime.StartSequenceConstruction ( out XmlQueryOutput output)
inline

Definition at line 665 of file XmlQueryRuntime.cs.

666 {
667 _stkOutput.Push(_output);
668 output = (_output = new XmlQueryOutput(this, new XmlCachedSequenceWriter()));
669 }
readonly Stack< XmlQueryOutput > _stkOutput

References System.Xml.Xsl.Runtime.XmlQueryRuntime._output, and System.Xml.Xsl.Runtime.XmlQueryRuntime._stkOutput.