Click or drag to resize
Akka.NETIndexTKey, TValuePut Method
Associates the value of TValue with key of type TKey.

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool Put(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
The key to add.
value
Type: TValue
The value to add.

Return Value

Type: Boolean
true if the value didn't exist for the key previously, and false otherwise.
See Also