LinkedListNode<T>.ValueRef Property

Definition

Gets a reference to the value held by the node.

public:
 property T % ValueRef { T % get(); };
public ref T ValueRef { get; }
member this.ValueRef : 'T
Public ReadOnly Property ValueRef As T

Property Value

T

A reference to the value held by the node.

Applies to