Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
KeyValuePair (TKey key, TValue value) | |
override string | ToString () |
void | Deconstruct (out TKey key, out TValue value) |
Static Public Member Functions | |
static KeyValuePair< TKey, TValue > | Create< TKey, TValue > (TKey key, TValue value) |
Static Package Functions | |
static string | PairToString (object key, object value) |
Properties | |
TKey | Key [get] |
TValue | Value [get] |
Private Attributes | |
readonly TKey | key |
readonly TValue | value |
Definition at line 30 of file KeyValuePair.cs.