AdditionalPropertiesDictionary<TValue>.Values Propriedade

Definição

Obtém um ICollection<T> contendo os valores em .IDictionary<TKey,TValue>

public:
 property System::Collections::Generic::ICollection<TValue> ^ Values { System::Collections::Generic::ICollection<TValue> ^ get(); };
public System.Collections.Generic.ICollection<TValue> Values { get; }
member this.Values : System.Collections.Generic.ICollection<'Value>
Public ReadOnly Property Values As ICollection(Of TValue)

Valor de Propriedade

ICollection<TValue>

E ICollection<T> contendo os valores no objeto que implementa IDictionary<TKey,TValue>.

Implementações

Aplica-se a