Table of Contents

Interface IAvaloniaReadOnlyList<T>

Namespace
Avalonia.Collections
Assembly
Avalonia.Base.dll

A read-only notifying list.

public interface IAvaloniaReadOnlyList<out T> : IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Type Parameters

T

The type of the items in the list.

Inherited Members
Extension Methods