Table of Contents

Interface IAvaloniaDictionary<TKey, TValue>

Namespace
Avalonia.Collections
Assembly
Avalonia.Base.dll
public interface IAvaloniaDictionary<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IAvaloniaReadOnlyDictionary<TKey, TValue>, IReadOnlyDictionary<TKey, TValue>, IReadOnlyCollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, INotifyCollectionChanged, INotifyPropertyChanged, IDictionary, ICollection, IEnumerable where TKey : notnull

Type Parameters

TKey
TValue
Inherited Members
Extension Methods