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

◆ ToString()

override string System.Collections.Generic.KeyValuePair< TKey, TValue >.ToString ( )
inline

Definition at line 40 of file KeyValuePair.2.cs.

41 {
42 TKey tkey = this.key;
43 TValue tvalue = this.value;
44 TValue tvalue2 = this.value;
45 string text;
46 return text;
47 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Collections.Generic.KeyValuePair< TKey, TValue >.key, System.text, and System.Collections.Generic.KeyValuePair< TKey, TValue >.value.