IRead |
The IReadOnlyListDictionaryTKey, TValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements in the collection. (Inherited from IReadOnlyCollectionTValue) |
![]() | ItemInt32 | Gets the element at the specified index in the read-only list. (Inherited from IReadOnlyListTValue) |
![]() | ItemTKey | Gets the element that has the specified key in the read-only dictionary. (Inherited from IReadOnlyDictionaryTKey, TValue) |
![]() | Keys | Gets an enumerable collection that contains the keys in the read-only dictionary. (Inherited from IReadOnlyDictionaryTKey, TValue) |
![]() | Values | Gets an enumerable collection that contains the values in the read-only dictionary. (Inherited from IReadOnlyDictionaryTKey, TValue) |