RouletteDictionaryTKey, TValueItem Property | 
Namespace: Scaleout.Collections
public TValue this[ TKey key ] { get; set; }
| Exception | Condition | 
|---|---|
| KeyNotFoundException | The key does not exist in the collection when performing a get. | 
| ArgumentNullException | The provided key is null. |