System.Collections.Generic.LinkedListNode<T>.Value Property

Gets the value contained in the node.

Syntax

public T Value { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

This property is set in the LinkedListNode`1.#ctor(`0).

Requirements

Namespace: System.Collections.Generic
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0