Photon Fusion 2.1.1

INetworkDictionary Interface Reference

Defines the interface for a networked dictionary. More...

Inherited by NetworkDictionary< K, V >.

Public Member Functions

void Add (object item)
 Adds an item to the networked dictionary.

Detailed Description

Defines the interface for a networked dictionary.

Member Function Documentation

◆ Add()

void Add ( object item)

Adds an item to the networked dictionary.

Parameters
itemThe item to add to the dictionary.

Implemented in NetworkDictionary< K, V >.