Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Generic.KeyValuePair< TKey, TValue > Class Template Reference

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
 

Detailed Description

Definition at line 30 of file KeyValuePair.cs.


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