LinkListNode<T> Class
Public Class LinkListNode(Of _
T)
This language is not supported or no code example is available.
public class LinkListNode<T>
This language is not supported or no code example is available.
generic<typename T>
public ref class LinkListNode
This language is not supported or no code example is available.
Type Parameters
- T
Name | Description | |
---|---|---|
Advance(int) | Computes the node that is n steps away from this and returns it. n can be negative to step backwards. If the resulting node is out of list, null is returned. |
IGS.Genamo.LinkListNode<T>