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.141 -- Release Build+de6dd506efbb1b6397176ad750b9f73dc0dc685b
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