Click or drag to resize
Akka.NETIndexTKey, TValueForEach Method
Applies the supplied fun to all keys and their values.

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void ForEach(
	Action<TKey, TValue> fun
)

Parameters

fun
Type: SystemActionTKey, TValue
The function to apply.
See Also