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

Namespace: yWorks.yFiles.Algorithms
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

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