Photon Fusion 2.0.0

Public Member Functions | List of all members
INetworkDictionary Interface Reference

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

Inherits IEnumerable.

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 >.