ISharedDictionaryTKey, TValue Interface |
Namespace: EBP.Framework.Common.Interfaces.Shared
public interface ISharedDictionary<TKey, TValue> : ISharedEnumerable<ISharedKeyValuePair<TKey, TValue>>, IEnumerable<ISharedKeyValuePair<TKey, TValue>>, IEnumerable
The ISharedDictionaryTKey, TValue type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the ICollectionT. | |
| IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. | |
| Item | Gets or sets the element with the specified key. | |
| Keys | Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue. | |
| Values | Gets an ICollectionT containing the values in the IDictionaryTKey, TValue. |
| Name | Description | |
|---|---|---|
| Add | Adds an element with the provided key and value to the IDictionaryTKey, TValue. | |
| Clear | Removes all items from the ICollectionT. | |
| ContainsKey | Determines whether the IDictionaryTKey, TValue contains an element with the specified key. | |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from ISharedEnumerableT.) | |
| Remove | Removes the element with the specified key from the IDictionaryTKey, TValue. | |
| TryGetValue | Gets the value associated with the specified key. |