IReadOnlyDictionary(Of TKey, TValue) Properties
.NET Framework (current version)
Namespace:
System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements in the collection.(Inherited from IReadOnlyCollection(Of T).) |
![]() | Item(TKey) | Gets the element that has the specified key in the read-only dictionary. |
![]() | Keys | Gets an enumerable collection that contains the keys in the read-only dictionary. |
![]() | Values | Gets an enumerable collection that contains the values in the read-only dictionary. |
Show:
