Photon Fusion
2.1.1
A serializable dictionary. More...
Inherited by SerializableDictionary< TKey, TValue >.
Static Public Member Functions | |
| static SerializableDictionary< TKey, TValue > | Create< TKey, TValue > () |
| Creates a new serializable dictionary. | |
A serializable dictionary.
|
static |
Creates a new serializable dictionary.
| TKey | The type of the dictionary key. |
| TValue | The type of the dictionary value. |