Skip to main content

IAvaloniaReadOnlyDictionary<TKey, TValue> Properties

Properties

CountGets the number of elements in the collection.
(Inherited from IReadOnlyCollection(KeyValuePair(TKey, TValue)))
Item(TKey)Gets the element that has the specified key in the read-only dictionary.
(Inherited from IReadOnlyDictionary(TKey, TValue))
KeysGets an enumerable collection that contains the keys in the read-only dictionary.
(Inherited from IReadOnlyDictionary(TKey, TValue))
ValuesGets an enumerable collection that contains the values in the read-only dictionary.
(Inherited from IReadOnlyDictionary(TKey, TValue))

See Also

Reference

IAvaloniaReadOnlyDictionary(TKey, TValue) Interface
Avalonia.Collections Namespace