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. More... | |
Defines the interface for a networked dictionary.
void Add | ( | object | item | ) |
Adds an item to the networked dictionary.
item | The item to add to the dictionary. |
Implemented in NetworkDictionary< K, V >.