Jaa


AdditionalPropertiesDictionary<TValue>.Values Property

Definition

Gets an ICollection<T> containing the values in the 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)

Property Value

ICollection<TValue>

An ICollection<T> containing the values in the object that implements IDictionary<TKey,TValue>.

Implements

Applies to