Struct NetworkLinkedListNode<T>
- Namespace
- Netick
- Assembly
- Netick.dll
public struct NetworkLinkedListNode<T>
Type Parameters
T
- Inherited Members
Fields
Index
Index of this node within the collection.
public int Index
Field Value
Item
public T Item
Field Value
- T
Next
Index of the next node.
public int Next
Field Value
Previous
Index of the previous node.
public int Previous