Photon Fusion 2.1.1

SerializableDictionary Class Referenceabstract

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.

Detailed Description

A serializable dictionary.

Member Function Documentation

◆ Create< TKey, TValue >()

SerializableDictionary< TKey, TValue > Create< TKey, TValue > ( )
static

Creates a new serializable dictionary.

Template Parameters
TKeyThe type of the dictionary key.
TValueThe type of the dictionary value.
Returns
A new serializable dictionary.