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

◆ GetVeriablesCount()

int System.Xml.Xsl.XsltOld.InputScope.GetVeriablesCount ( )
inlinepackage

Definition at line 108 of file InputScope.cs.

109 {
110 if (_variables == null)
111 {
112 return 0;
113 }
114 return _variables.Count;
115 }

References System.Xml.Xsl.XsltOld.InputScope._variables, and System.Collections.Hashtable.Count.

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