Photon Fusion 2.0.0

Public Member Functions | List of all members
INetworkLinkedList Interface Reference

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.
 

Detailed Description

Defines the interface for a networked linked list.

Member Function Documentation

◆ Add()

void Add ( object  item)

Adds an item to the networked linked list.

Parameters
itemThe item to add to the linked list.

Implemented in NetworkLinkedList< T >.