terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Contains()

bool System.Collections.ListDictionaryInternal.Contains ( object key)
inline

Implements System.Collections.IDictionary.

Definition at line 181 of file ListDictionaryInternal.cs.

182 {
183 for (;;)
184 {
185 if (key != null)
186 {
188 if (dictionaryNode == null)
189 {
190 break;
191 }
192 object key2 = dictionaryNode.key;
193 if (dictionaryNode.next == null)
194 {
195 break;
196 }
197 }
198 }
199 return true;
200 }
class f__AnonymousType0<< Count > j__TPar
ListDictionaryInternal.DictionaryNode head

References System.Collections.ListDictionaryInternal.head, j__TPar, and System.key.