FileBackedDictionaryTKey, TValue, TKeyElem, TValueElemItem Property

Gets or sets the element with the specified key.

Definition

Namespace: Gemstone.IO.Collections
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.137 -- Release Build+b90947bdc517a875647d9003b61f08e3db816b33
public TValue this[
	TKey key
] { get; set; }

Parameters

key  TKey
The key of the element to get or set.

Return Value

TValue
The element with the specified key.

Implements

IDictionaryTKey, TValueItemTKey

Exceptions

ArgumentNullExceptionkey is null.
KeyNotFoundExceptionThe property is retrieved and key is not found.
NotSupportedExceptionThe property is set and the FileBackedDictionaryTKey, TValue is read-only.

See Also