C

ListCell<T>

Represents a so-called "cell" or "link" of the doubly linked list implementation YList<T>.
Inheritance Hierarchy

Remarks

It may be used to perform fast access and remove operations on that type of list.

This class cannot be instantiated

Type Parameters

T

Members

No filters for this type

Properties

Gets or sets the element stored in this cell.
final
Gets the successor cell of this cell.
If there is no successor, then null is returned.
readonlyfinal
Gets the predecessor cell of this cell.
If there is no predecessor, then null is returned.
readonlyfinal