Interface IAvaloniaReadOnlyDictionary<TKey, TValue>
- Namespace
- Avalonia.Collections
- Assembly
- Avalonia.Base.dll
public interface IAvaloniaReadOnlyDictionary<TKey, TValue> : IReadOnlyDictionary<TKey, TValue>, IReadOnlyCollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged where TKey : notnull
Type Parameters
TKey
TValue
- Inherited Members
- Extension Methods