terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ Keys [1/2]

global.System.Collections.Generic.ICollection<TKey> System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.Keys
getset

Implements System.Collections.IDictionary.

Definition at line 418 of file ConcurrentDictionary.cs.

419 {
420 [global::Cpp2ILInjected.Token(Token = "0x6002F97")]
421 [global::Cpp2ILInjected.Address(RVA = "0x1915568", Offset = "0x1915568", Length = "0x14")]
422 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
423 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
424 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
425 get
426 {
427 throw null;
428 }
429 }