![]() | IReadOnlyDictionaryTKey, TValue Interface |
Namespace: EBP.Api.Misc
public interface IReadOnlyDictionary<TKey, TValue> : IReadOnlyCollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
The IReadOnlyDictionaryTKey, TValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements in the collection.
(Inherited from IReadOnlyCollectionT.) |
![]() | Item |
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.
|
Name | Description | |
---|---|---|
![]() | ContainsKey |
Determines whether the read-only dictionary contains an element that has the specified key.
|
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableKeyValuePairTKey, TValue.) |
![]() | TryGetValue |
Gets the value that is associated with the specified key.
|