ActivatableList<T>.

ForEach(Action<T>) Method

Syntax

public void ForEach(Action<T> action)

Parameters

Name Type Description
action Action<T>

Return Value

Type Description
void