IAvaloniaReadOnlyDictionary<TKey, TValue> Properties
Properties
Count | Gets 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)) |
Keys | Gets an enumerable collection that contains the keys in the read-only dictionary. (Inherited from IReadOnlyDictionary(TKey, TValue)) |
Values | Gets 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