Click or drag to resize
IImmutableMapTKey, TValueItem Property

[Missing <summary> documentation for "P:Akka.Util.Internal.Collections.IImmutableMap`2.Item(`0)"]

Namespace: Akka.Util.Internal.Collections
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
TValue this[
	TKey key
] { get; }

Parameters

key
Type: TKey

Property Value

Type: TValue
See Also