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

◆ Add()

void System.Xml.Xsl.Runtime.XmlILIndex.Add ( string key,
XPathNavigator navigator )
inline

Definition at line 17 of file XmlILIndex.cs.

18 {
20 {
21 value = new XmlQueryNodeSequence();
22 value.AddClone(navigator);
24 }
25 else if (!navigator.IsSamePosition(value[value.Count - 1]))
26 {
27 value.AddClone(navigator);
28 }
29 }
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
void Add(TKey key, TValue value)
readonly Dictionary< string, XmlQueryNodeSequence > _table
Definition XmlILIndex.cs:10

References System.Xml.Xsl.Runtime.XmlILIndex._table, System.Collections.Generic.Dictionary< TKey, TValue >.Add(), System.key, System.Collections.Generic.Dictionary< TKey, TValue >.TryGetValue(), and System.value.