ArrayList4<E>.

ForEach(Action<E>) Method

Syntax

public void ForEach(Action<E> action)

Parameters

Name Type Description
action Action<E>

Return Value

Type Description
void