![]() | NullableDictionaryK, VItem Property |
Namespace: com.espertech.esper.compat.collections
public V this[ K key ] { get; set; }
Exception | Condition |
---|---|
ArgumentNullException | key is null. |
KeyNotFoundException | The property is retrieved and key is not found. |
NotSupportedException | The property is set and the IDictionaryTKey, TValue is read-only. |