Edit

Share via


ReadOnlyDictionary<K,V>.Values Property

Definition

Gets an System.Collections.Generic.ICollection containing the values of the ReadOnlyDictionary.

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

Property Value

Implements

Applies to