Click or drag to resize
IImmutableMapTKey, TValueAdd Method

[Missing <summary> documentation for "M:Akka.Util.Internal.Collections.IImmutableMap`2.Add(`0,`1)"]

Namespace: Akka.Util.Internal.Collections
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
IImmutableMap<TKey, TValue> Add(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey

[Missing <param name="key"/> documentation for "M:Akka.Util.Internal.Collections.IImmutableMap`2.Add(`0,`1)"]

value
Type: TValue

[Missing <param name="value"/> documentation for "M:Akka.Util.Internal.Collections.IImmutableMap`2.Add(`0,`1)"]

Return Value

Type: IImmutableMapTKey, TValue

[Missing <returns> documentation for "M:Akka.Util.Internal.Collections.IImmutableMap`2.Add(`0,`1)"]

See Also