TLinkedList<T>.AddBefore Method
Overloads
Delphi
procedure AddBefore(const node: TLinkedListNode<T>; const newNode: TLinkedListNode<T>)
Parameters
- node
- TLinkedListNode<T>
- newNode
- TLinkedListNode<T>
Delphi
function AddBefore(const node: TLinkedListNode<T>; const value: T): TLinkedListNode<T>
Parameters
- node
- TLinkedListNode<T>
- value
- T