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

◆ TryGetValue()

bool System.Collections.ObjectModel.KeyedCollection< TKey, TItem >.TryGetValue ( TKey key,
[Out] TItem item )
inline

Definition at line 75 of file KeyedCollection.cs.

76 {
77 if (key != null)
78 {
79 int num = this.keyCount;
80 if (num != 0)
81 {
82 }
83 while (num == 0)
84 {
85 }
86 long num2 = 0L;
87 int num3 = 9;
88 if (num2 != 0L || num3 == 0)
89 {
90 }
91 }
92 throw new OutOfMemoryException();
93 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.key, System.Collections.ObjectModel.KeyedCollection< TKey, TItem >.keyCount, and System.L.