AdditionalPropertiesDictionary<TValue>.Values Egenskap

Definition

Hämtar en ICollection<T> som innehåller värdena i 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)

Egenskapsvärde

ICollection<TValue>

En ICollection<T> som innehåller värdena i objektet som implementerar IDictionary<TKey,TValue>.

Implementeringar

Gäller för