ReadOnlyDictionary<K, V>.Values Property
Gets an System.Collections.Generic.ICollection containing the values of the ReadOnlyDictionary.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Values As ICollection(Of V)
Get
'Usage
Dim instance As ReadOnlyDictionary
Dim value As ICollection(Of V)
value = instance.Values
public ICollection<V> Values { get; }
Property Value
Type: System.Collections.Generic.ICollection<V>
Implements
IDictionary<TKey, TValue>.Values
See Also
Reference
ReadOnlyDictionary<K, V> Class