Click or drag to resize
IReadOnlyOrderedDictionaryTKey, TValue Methods

The IReadOnlyOrderedDictionaryTKey, 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.
(Inherited from IReadOnlyDictionaryTKey, TValue.)
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.
(Inherited from IReadOnlyDictionaryTKey, TValue.)
Top
See Also