Compartir a través de


ViewDataDictionary.Values Propiedad

Definición

Obtiene una colección que contiene los valores de este diccionario.

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

Colección que contiene los valores del objeto que implementa IDictionary<TKey,TValue>.

Implementaciones

Se aplica a