Skip to main content

DXObservableCollection<T>.ForEach(Action<T>, Boolean) Method

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public void ForEach(
    Action<T> action,
    bool parallel = false
)

#Parameters

Name Type
action Action<T>

#Optional Parameters

Name Type Default
parallel Boolean False
See Also