public interface IAvaloniaReadOnlyList<out T> : IReadOnlyList<T>,
IEnumerable<T>, IEnumerable, IReadOnlyCollection<T>, INotifyCollectionChanged, INotifyPropertyChanged
Public Interface IAvaloniaReadOnlyList(Of Out T)
Inherits IReadOnlyList(Of T), IEnumerable(Of T), IEnumerable,
IReadOnlyCollection(Of T), INotifyCollectionChanged, INotifyPropertyChangedtype IAvaloniaReadOnlyList<'T> =
interface
interface IReadOnlyList<'T>
interface IEnumerable<'T>
interface IEnumerable
interface IReadOnlyCollection<'T>
interface INotifyCollectionChanged
interface INotifyPropertyChanged
end| Count | Gets the number of elements in the collection. (Inherited from IReadOnlyCollectionT) |
| ItemInt32 | Gets the element at the specified index in the read-only list. (Inherited from IReadOnlyListT) |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableT) |
| CollectionChanged | Occurs when the collection changes. (Inherited from INotifyCollectionChanged) |
| PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged) |
| ForEachItemT(ActionT, ActionT, Action, Boolean) |
Invokes an action for each item in a collection and subsequently each item added or
removed from the collection.
(Defined by AvaloniaListExtensions) |
| ForEachItemT(ActionInt32, T, ActionInt32, T, Action, Boolean) |
Invokes an action for each item in a collection and subsequently each item added or
removed from the collection.
(Defined by AvaloniaListExtensions) |
| GetWeakCollectionChangedObservable |
Gets a weak observable for the CollectionChanged event.
(Defined by NotifyCollectionChangedExtensions) |
| TrackItemPropertyChangedT(ActionTupleObject, PropertyChangedEventArgs) |
Listens for property changed events from all items in a collection.
(Defined by AvaloniaListExtensions) |
| WeakSubscribe(ActionNotifyCollectionChangedEventArgs) |
Subscribes to the CollectionChanged event using a weak subscription.
(Defined by NotifyCollectionChangedExtensions) |
| WeakSubscribe(NotifyCollectionChangedEventHandler) |
Subscribes to the CollectionChanged event using a weak subscription.
(Defined by NotifyCollectionChangedExtensions) |