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< T >()

static bool System.Collections.HashtableExtensions.TryGetValue< T > ( this Hashtable table,
object key,
[Out] T value )
inlinestatic

Definition at line 10 of file HashtableExtensions.cs.

11 {
12 IEqualityComparer keycomparer = table._keycomparer;
13 return true;
14 }
class f__AnonymousType0<< Count > j__TPar

References System.Collections.Hashtable._keycomparer, and j__TPar.