Compartilhar via


TempDataDictionary.Values Propriedade

Definição

Obtém o ICollection<T> objeto que contém os valores no 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 da propriedade

Os valores dos elementos no objeto que implementa IDictionary<TKey,TValue>.

Implementações

Aplica-se a