System.Collections.Generic.KeyValuePair<TKey,TValue>.Value Property

Gets the value in the key/value pair.

Syntax

public TValue Value { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property is read/only.

Requirements

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