| IndexTKey, TValueForEach Method |
Applies the supplied fun to all keys and their values.
Namespace:
Akka.Util
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void ForEach(
Action<TKey, TValue> fun
)
member ForEach :
fun : Action<'TKey, 'TValue> -> unit
Parameters
- fun
- Type: SystemActionTKey, TValue
The function to apply.
See Also