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

◆ GetKeys()

Hashtable System.Xml.Xsl.XsltOld.Key.GetKeys ( XPathNavigator root)
inline

Definition at line 39 of file Key.cs.

40 {
41 if (_keyNodes != null)
42 {
43 for (int i = 0; i < _keyNodes.Count; i++)
44 {
45 if (((DocumentKeyList)_keyNodes[i]).RootNav.IsSamePosition(root))
46 {
47 return ((DocumentKeyList)_keyNodes[i]).KeyTable;
48 }
49 }
50 }
51 return null;
52 }
ArrayList _keyNodes
Definition Key.cs:14

References System.Xml.Xsl.XsltOld.Key._keyNodes, and System.Collections.ArrayList.Count.