Represents a so-called "cell" or "link" of the doubly linked list implementation
YList
.
Namespace: yWorks.yFiles.AlgorithmsAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.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
yWorks.yFiles.Algorithms..::..ListCell