Photon Fusion
2.0.8
Defines the interface for a networked linked list. More...
Inherits IEnumerable.
Inherited by NetworkLinkedList< T >.
Public Member Functions | |
| void | Add (object item) |
| Adds an item to the networked linked list. More... | |
Defines the interface for a networked linked list.
| void Add | ( | object | item | ) |
Adds an item to the networked linked list.
| item | The item to add to the linked list. |
Implemented in NetworkLinkedList< T >.