Skip to main content

NotifyingCollection<T>.ForEach(Action<T>) Method

Performs the specified action on each element of the current collection.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public void ForEach(
    Action<T> action
)

Parameters

Name Type Description
action Action<T>

The Action action to perform on each element of the collection.

See Also