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

◆ KeyCollection()

System.Collections.Generic.Dictionary< TKey, TValue >.KeyCollection.KeyCollection ( Dictionary< TKey, TValue > dictionary)
inline

Definition at line 958 of file Dictionary.cs.

959 {
960 if (dictionary == null)
961 {
963 }
965 }
class f__AnonymousType0<< Count > j__TPar
static void ThrowArgumentNullException(ExceptionArgument argument)

References System.dictionary, j__TPar, and System.ThrowHelper.ThrowArgumentNullException().