Values Property

Gets a System.

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<(Of <(<'V>)>)>

Implements

IDictionary<(Of <(<'TKey, TValue>)>)>..::..Values

Remarks

Collections.Generic.ICollection containing the values of the ReadOnlyDictionary.

See Also

Reference

ReadOnlyDictionary<(Of <(<'K, V>)>)> Class

ReadOnlyDictionary<(Of <(<'K, V>)>)> Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace