IReadOnlyDictionary(Of TKey, TValue) Properties

.NET Framework (current version)
 

Namespace:   System.Collections.Generic
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubpropertyCount

Gets the number of elements in the collection.(Inherited from IReadOnlyCollection(Of T).)

System_CAPS_pubpropertyItem(TKey)

Gets the element that has the specified key in the read-only dictionary.

System_CAPS_pubpropertyKeys

Gets an enumerable collection that contains the keys in the read-only dictionary.

System_CAPS_pubpropertyValues

Gets an enumerable collection that contains the values in the read-only dictionary.

Return to top
Show: