Click or drag to resize

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

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: TValue
The associated value.
See Also