IIndexTKey, TValueItem Property |
Get the value associated with key.
Namespace:
Autofac.Features.Indexed
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax TValue this[
TKey key
] { get; }
ReadOnly Default Property Item (
key As TKey
) As TValue
Get
Parameters
- key
- Type: TKey
The value to retrieve.
Property Value
Type:
TValue[Missing <value> documentation for "P:Autofac.Features.Indexed.IIndex`2.Item(`0)"]
Return Value
Type:
TValueThe associated value.
See Also