TLinkedListNode<T>.Value Property

Gets the value contained in the node.

Namespace: Spring.Collections
public
 property Value: T read fItem write fItem;

Property Value

Type: T

The value contained in the node.