Skip to main content

IAvaloniaDictionary<TKey, TValue> Properties

Properties

CountGets the number of elements contained in the ICollection(T).
(Inherited from ICollection(KeyValuePair(TKey, TValue)))
IsFixedSizeGets a value indicating whether the IDictionary object has a fixed size.
(Inherited from IDictionary)
IsReadOnlyGets a value indicating whether the ICollection(T) is read-only.
(Inherited from ICollection(KeyValuePair(TKey, TValue)))
IsSynchronizedGets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ICollection)
Item(TKey)Gets or sets the element with the specified key.
(Inherited from IDictionary(TKey, TValue))
Item(Object)Gets or sets the element with the specified key.
(Inherited from IDictionary)
KeysGets an ICollection(T) containing the keys of the IDictionary(TKey, TValue).
(Inherited from IDictionary(TKey, TValue))
SyncRootGets an object that can be used to synchronize access to the ICollection.
(Inherited from ICollection)
ValuesGets an ICollection(T) containing the values in the IDictionary(TKey, TValue).
(Inherited from IDictionary(TKey, TValue))

See Also

Reference

IAvaloniaDictionary(TKey, TValue) Interface
Avalonia.Collections Namespace