Click or drag to resize

RouletteDictionaryTKey, TValueItem Property

Gets or sets the value associated with the specified key.

Namespace:  Scaleout.Collections
Assembly:  Scaleout.Collections (in Scaleout.Collections.dll) Version: 1.0.3.0 (1.0.3.0)
Syntax
Exceptions
ExceptionCondition
KeyNotFoundExceptionThe key does not exist in the collection when performing a get.
ArgumentNullExceptionThe provided key is null.
See Also