ReadOnlyDictionary<K, V>.Keys Property
Gets an System.Collections.Generic.ICollection containing the keys of the ReadOnlyDictionary.
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<K>
Implements
IDictionary<TKey, TValue>.Keys
See Also
Reference
ReadOnlyDictionary<K, V> Class