8 [global::__DynamicallyInvokable]
21 [global::__DynamicallyInvokable]
24 [global::__DynamicallyInvokable]
33 [global::__DynamicallyInvokable]
36 [global::__DynamicallyInvokable]
39 if (next !=
null && next != list.head)
49 [global::__DynamicallyInvokable]
52 [global::__DynamicallyInvokable]
55 if (prev !=
null &&
this != list.head)
65 [global::__DynamicallyInvokable]
68 [global::__DynamicallyInvokable]
73 [global::__DynamicallyInvokable]
82 [global::__DynamicallyInvokable]
94 internal void Invalidate()
LinkedListNode(T value)
Initializes a new instance of the T:System.Collections.Generic.LinkedListNode`1 class,...
LinkedListNode< T > Next
Gets the next node in the T:System.Collections.Generic.LinkedList`1.
Represents a node in a T:System.Collections.Generic.LinkedList`1. This class cannot be inherited.
T Value
Gets the value contained in the node.
Represents a doubly linked list.
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search...
LinkedListNode< T > Previous
Gets the previous node in the T:System.Collections.Generic.LinkedList`1.