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

◆ Lookup()

XmlQueryNodeSequence System.Xml.Xsl.Runtime.XmlILIndex.Lookup ( string key)
inline

Definition at line 31 of file XmlILIndex.cs.

32 {
34 {
35 return new XmlQueryNodeSequence();
36 }
37 return value;
38 }
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
readonly Dictionary< string, XmlQueryNodeSequence > _table
Definition XmlILIndex.cs:10

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