public interface IAvaloniaReadOnlyDictionary<TKey, TValue> : IReadOnlyDictionary<TKey, TValue>,
IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable, IReadOnlyCollection<KeyValuePair<TKey, TValue>>,
INotifyCollectionChanged, INotifyPropertyChanged
Public Interface IAvaloniaReadOnlyDictionary(Of TKey, TValue)
Inherits IReadOnlyDictionary(Of TKey, TValue), IEnumerable(Of KeyValuePair(Of TKey, TValue)),
IEnumerable, IReadOnlyCollection(Of KeyValuePair(Of TKey, TValue)),
INotifyCollectionChanged, INotifyPropertyChangedtype IAvaloniaReadOnlyDictionary<'TKey, 'TValue> =
interface
interface IReadOnlyDictionary<'TKey, 'TValue>
interface IEnumerable<KeyValuePair<'TKey, 'TValue>>
interface IEnumerable
interface IReadOnlyCollection<KeyValuePair<'TKey, 'TValue>>
interface INotifyCollectionChanged
interface INotifyPropertyChanged
end| Count | Gets the number of elements in the collection. (Inherited from IReadOnlyCollectionKeyValuePairTKey, TValue) |
| ItemTKey | Gets the element that has the specified key in the read-only dictionary. (Inherited from IReadOnlyDictionaryTKey, TValue) |
| Keys | Gets an enumerable collection that contains the keys in the read-only dictionary. (Inherited from IReadOnlyDictionaryTKey, TValue) |
| Values | Gets an enumerable collection that contains the values in the read-only dictionary. (Inherited from IReadOnlyDictionaryTKey, TValue) |
| ContainsKey(TKey) | Determines whether the read-only dictionary contains an element that has the specified key. (Inherited from IReadOnlyDictionaryTKey, TValue) |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableKeyValuePairTKey, TValue) |
| TryGetValue(TKey, TValue) | Gets the value that is associated with the specified key. (Inherited from IReadOnlyDictionaryTKey, TValue) |
| CollectionChanged | Occurs when the collection changes. (Inherited from INotifyCollectionChanged) |
| PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged) |
| GetWeakCollectionChangedObservable |
Gets a weak observable for the CollectionChanged event.
(Defined by NotifyCollectionChangedExtensions) |
| 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) |