Click or drag to resize

FastKeyedCollectionTKey, TItemItem Property

Gets or sets the value associated with the specified key.

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public TItem this[
	TKey key
] { get; set; }

Parameters

key
Type: TKey
The key of the value to get or set.

Property Value

Type: TItem

[Missing <value> documentation for "P:Cauldron.Collections.FastKeyedCollection`2.Item(`0)"]

Return Value

Type: TItem
The value associated with the specified key. If the specified key is not found, a null is returned.
See Also