Table of Contents

Class SerializedKeyValuePair<TKey, TValue>

Namespace
Glitch9.Collections
[Serializable]
public class SerializedKeyValuePair<TKey, TValue>

Type Parameters

TKey
TValue
Inheritance
SerializedKeyValuePair<TKey, TValue>
Inherited Members
Extension Methods

Fields

key

public TKey key

Field Value

TKey

value

public TValue value

Field Value

TValue