JUtils
A unity utilities library
JUtils.SerializableDictionary< TKey, TValue >.Pair Struct Reference

The pair object used for the internal data More...

Public Member Functions

 Pair (TKey key, TValue value)
 

Public Attributes

TKey key
 
TValue value
 

Detailed Description

The pair object used for the internal data

Constructor & Destructor Documentation

◆ Pair()

Member Data Documentation

◆ key

TKey JUtils.SerializableDictionary< TKey, TValue >.Pair.key

◆ value

TValue JUtils.SerializableDictionary< TKey, TValue >.Pair.value

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