Represents a so-called "cell" or "link" of the doubly linked list implementation YList .

Namespace: yWorks.yFiles.Algorithms
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class ListCell
Visual Basic
Public Class ListCell

Remarks

Represents a so-called "cell" or "link" of the doubly linked list implementation YList . It may be used to perform fast access and remove operations on that type of list.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Algorithms..::..ListCell

See Also