Summary
Defines extension methods for working with
AvaloniaList<T>
s.
- Namespace
- Avalonia
.Collections - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["AvaloniaListExtensions"]
class Type type-node
Syntax
public static class AvaloniaListExtensions
Methods
Name | Value | Summary |
---|---|---|
CreateDerivedList |
I |
static
|
ForEachItem |
IDisposable |
Invokes an action for each item in a collection and subsequently each item added or
removed from the collection.
static
|
ForEachItem |
IDisposable |
Invokes an action for each item in a collection and subsequently each item added or
removed from the collection.
static
|
Track |
IDisposable |
Listens for property changed events from all items in a collection.
static
|