Keys Property

Gets a System.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property Keys As ICollection(Of K)
    Get
'Usage
Dim instance As ReadOnlyDictionary
Dim value As ICollection(Of K)

value = instance.Keys
public ICollection<K> Keys { get; }

Property Value

Type: System.Collections.Generic..::..ICollection<(Of <(<'K>)>)>

Implements

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

Remarks

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

See Also

Reference

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

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

Microsoft.Rtc.Collaboration.AudioVideo Namespace