ReadOnlyDictionary(K, V) Members

Represents a generic read-only collection of key/value pairs.

The ReadOnlyDictionary<(Of <(<'K, V>)>)> type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of elements contained in the ReadOnlyDictionary.
Public property IsReadOnly Will always return true as ReadOnlyDictionary is read-only.
Public property Item
Public property Keys Gets a System.
Public property Values Gets a System.

Top

Methods

  Name Description
Public method Add It will always throw System.
Public method Contains Determines whether the ReadOnlyDictionary contains an item.
Public method ContainsKey Determines whether the ReadOnlyDictionary contains an element with the specified key.
Public method CopyTo Copies the elements of the ReadOnlyDictionary to the System.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Will always throw System.
Public method ToString (Inherited from Object.)
Public method TryGetValue Gets the element with the specified key.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection<(Of <<'(KeyValuePair<(Of <<'(K, V>)>>)>)>>)..::..Add
Explicit interface implemetationPrivate method ICollection<(Of <<'(KeyValuePair<(Of <<'(K, V>)>>)>)>>)..::..Clear
Explicit interface implemetationPrivate method IEnumerable<(Of <<'(KeyValuePair<(Of <<'(K, V>)>>)>)>>)..::..GetEnumerator
Explicit interface implemetationPrivate method IEnumerable..::..GetEnumerator Returns an enumerator that iterates through the collection.
Explicit interface implemetationPrivate method ICollection<(Of <<'(KeyValuePair<(Of <<'(K, V>)>>)>)>>)..::..Remove

Top

See Also

Reference

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

Microsoft.Rtc.Collaboration.AudioVideo Namespace