Compartir a través de


TempDataDictionary.Values Propiedad

Definición

Obtiene el ICollection<T> objeto que contiene los valores del IDictionary<TKey,TValue> objeto .

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

Valor de propiedad

Valores de los elementos del objeto que implementa IDictionary<TKey,TValue>.

Implementaciones

Se aplica a