IAvaloniaDictionary<TKey, TValue> Properties
Properties
Count | Gets the number of elements contained in the ICollection(T). (Inherited from ICollection(KeyValuePair(TKey, TValue))) |
IsFixedSize | Gets a value indicating whether the IDictionary object has a fixed size. (Inherited from IDictionary) |
IsReadOnly | Gets a value indicating whether the ICollection(T) is read-only. (Inherited from ICollection(KeyValuePair(TKey, TValue))) |
IsSynchronized | Gets 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) |
Keys | Gets an ICollection(T) containing the keys of the IDictionary(TKey, TValue). (Inherited from IDictionary(TKey, TValue)) |
SyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection) |
Values | Gets 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