| 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 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