TempDataDictionary.Values Property

Definition

Gets the ICollection<T> object that contains the values in the IDictionary<TKey,TValue> object.

public System.Collections.Generic.ICollection<object> Values { get; }
member this.Values : System.Collections.Generic.ICollection<obj>
Public ReadOnly Property Values As ICollection(Of Object)

Property Value

The values of the elements in the object that implements IDictionary<TKey,TValue>.

Implements

Applies to