Table of Contents

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

int

Item

public T Item

Field Value

T

Next

Index of the next node.

public int Next

Field Value

int

Previous

Index of the previous node.

public int Previous

Field Value

int