Click or drag to resize

IReadOnlyDictionaryTKey, TValue Methods

The IReadOnlyDictionaryTKey, TValue generic type exposes the following members.

Methods
  NameDescription
Public methodContainsKey
Determines whether the read-only dictionary contains an element that has the specified key.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableKeyValuePairTKey, TValue.)
Public methodTryGetValue
Gets the value that is associated with the specified key.
Top
See Also