Table of Contents

Namespace Avalonia.Collections

Classes

AvaloniaDictionaryExtensions

Defines extension methods for working with AvaloniaList<T>s.

AvaloniaDictionary<TKey, TValue>

A notifying dictionary.

AvaloniaListConverter<T>

Creates an AvaloniaList<T> from a string representation.

AvaloniaListExtensions

Defines extension methods for working with AvaloniaList<T>s.

AvaloniaList<T>

A notifying list.

NotifyCollectionChangedExtensions

Structs

AvaloniaList<T>.Enumerator

Enumerates the elements of a AvaloniaList<T>.

Interfaces

IAvaloniaDictionary<TKey, TValue>
IAvaloniaList<T>

A notifying list.

IAvaloniaReadOnlyDictionary<TKey, TValue>
IAvaloniaReadOnlyList<T>

A read-only notifying list.

Enums

ResetBehavior

Describes the action notified on a clear of a AvaloniaList<T>.