ReadOnlyDictionary<K, V> Class
Represents a generic read-only collection of key/value pairs.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Collaboration.AudioVideo.ReadOnlyDictionary<K, V>
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<DefaultMemberAttribute("Item")> _
Public Class ReadOnlyDictionary(Of K, V) _
Implements IDictionary(Of K, V), ICollection(Of KeyValuePair(Of K, V)), _
IEnumerable(Of KeyValuePair(Of K, V)), IEnumerable
'Usage
Dim instance As ReadOnlyDictionary(Of K, V)
[DefaultMemberAttribute("Item")]
public class ReadOnlyDictionary<K, V> : IDictionary<K, V>,
ICollection<KeyValuePair<K, V>>, IEnumerable<KeyValuePair<K, V>>,
IEnumerable
Type Parameters
- K
key
- V
value
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.