PathSegments Class

Namespace
Avalonia.Media
Interfaces
Base Types
graph BT Type-->Base0["AvaloniaList<PathSegment>"] Base0-->Base1["object"] Type-.->Interface0["IAvaloniaList<PathSegment>"] Type-.->Interface1["IList<PathSegment>"] Type-.->Interface2["ICollection<PathSegment>"] Type-.->Interface3["IAvaloniaReadOnlyList<PathSegment>"] Type-.->Interface4["IReadOnlyList<PathSegment>"] Type-.->Interface5["IReadOnlyCollection<PathSegment>"] Type-.->Interface6["IEnumerable<PathSegment>"] 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["PathSegments"] class Type type-node

Syntax

public sealed class PathSegments : AvaloniaList<PathSegment>, IAvaloniaList<PathSegment>, 
    IList<PathSegment>, ICollection<PathSegment>, IAvaloniaReadOnlyList<PathSegment>, 
    IReadOnlyList<PathSegment>, IReadOnlyCollection<PathSegment>, IEnumerable<PathSegment>, 
    INotifyCollectionChanged, INotifyPropertyChanged, IList, ICollection, IEnumerable, 
    INotifyCollectionChangedDebug

Extension Methods

Name Value Summary
CreateDerivedList<PathSegment, TDerived>(Func<PathSegment, TDerived>) IAvaloniaReadOnlyList<TDerived>
ForEachItem<PathSegment>(Action<int, PathSegment>, Action<int, PathSegment>, Action, bool) IDisposable
Invokes an action for each item in a collection and subsequently each item added or removed from the collection.
ForEachItem<PathSegment>(Action<PathSegment>, Action<PathSegment>, Action, bool) IDisposable
Invokes an action for each item in a collection and subsequently each item added or removed from the collection.
TrackItemPropertyChanged<PathSegment>(Action<Tuple<object, PropertyChangedEventArgs>>) IDisposable
Listens for property changed events from all items in a collection.