Skip to main content

ForEachItem Method

Overload List

ForEachItem(T)(IAvaloniaReadOnlyList(T), Action(T), Action(T), Action, Boolean)Invokes an action for each item in a collection and subsequently each item added or removed from the collection.
ForEachItem(T)(IAvaloniaReadOnlyList(T), Action(Int32, T), Action(Int32, T), Action, Boolean)Invokes an action for each item in a collection and subsequently each item added or removed from the collection.

See Also

Reference

AvaloniaListExtensions Class
Avalonia.Collections Namespace