TLinkedListNode<T>.Create(T) Constructor

Initializes a new instance of the TLinkedListNode<T> class.

Namespace: Spring.Collections
public
 constructor Create(const value: T); overload;

Parameters

value
Type: T