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
System.Collections.Generic.KeyValuePair< TKey, TValue > Class Template Reference
+ Inheritance diagram for System.Collections.Generic.KeyValuePair< TKey, TValue >:
+ Collaboration diagram for System.Collections.Generic.KeyValuePair< TKey, TValue >:

Public Member Functions

 KeyValuePair (TKey key, TValue value)
 
override string ToString ()
 

Static Package Functions

static string PairToString (object key, object value)
 

Properties

TKey Key [get, set]
 
TValue Value [get, set]
 

Private Attributes

readonly TKey key
 
readonly TValue value
 

Detailed Description

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


The documentation for this class was generated from the following files: