- Namespace
- Avalonia
.Media - Interfaces
-
- IAvaloniaList
<Transform> - IList
<Transform> - ICollection
<Transform> - I
Avalonia Read Only List <Transform> - IReadOnlyList
<Transform> - IReadOnlyCollection
<Transform> - IEnumerable
<Transform> - I
Notify Collection Changed - I
Notify Property Changed - IList
- ICollection
- IEnumerable
- I
Notify Collection Changed Debug
- IAvaloniaList
- Base Types
-
- object
- AvaloniaList
<Transform>
graph BT
Type-->Base0["AvaloniaList<Transform>"]
Base0-->Base1["object"]
Type-.->Interface0["IAvaloniaList<Transform>"]
Type-.->Interface1["IList<Transform>"]
Type-.->Interface2["ICollection<Transform>"]
Type-.->Interface3["IAvaloniaReadOnlyList<Transform>"]
Type-.->Interface4["IReadOnlyList<Transform>"]
Type-.->Interface5["IReadOnlyCollection<Transform>"]
Type-.->Interface6["IEnumerable<Transform>"]
Type-.->Interface7["INotifyCollectionChanged"]
Type-.->Interface8["INotifyPropertyChanged"]
Type-.->Interface9["IList"]
Type-.->Interface10["ICollection"]
Type-.->Interface11["IEnumerable"]
Type-.->Interface12["INotifyCollectionChangedDebug"]
click Interface12 "/api/Avalonia.Diagnostics/INotifyCollectionChangedDebug"
Type["Transforms"]
class Type type-node
Syntax
public sealed class Transforms : AvaloniaList<Transform>, IAvaloniaList<Transform>,
IList<Transform>, ICollection<Transform>, IAvaloniaReadOnlyList<Transform>,
IReadOnlyList<Transform>, IReadOnlyCollection<Transform>, IEnumerable<Transform>,
INotifyCollectionChanged, INotifyPropertyChanged, IList, ICollection, IEnumerable,
INotifyCollectionChangedDebug
Extension Methods
Name | Value | Summary |
---|---|---|
CreateDerivedList |
I |
|
ForEachItem |
IDisposable |
Invokes an action for each item in a collection and subsequently each item added or
removed from the collection.
|
ForEachItem |
IDisposable |
Invokes an action for each item in a collection and subsequently each item added or
removed from the collection.
|
Track |
IDisposable |
Listens for property changed events from all items in a collection.
|