Class ObservableConcurrentDictionary<TKey, TValue\>
Last update: 16.07.2025Namespace: VM.Collections
Assembly: VM.dll
public class ObservableConcurrentDictionary<tkey tvalue>
Type Parameters
TKey
TValue
Inheritance
object ←
ObservableConcurrentDictionary
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ObservableConcurrentDictionary()
public ObservableConcurrentDictionary()
Properties
Count
public int Count { get; }
Property Value
IsReadOnly
public bool IsReadOnly { get; }
Property Value
Keys
public ICollection<tkey> Keys { get; }
Property Value
Values
public ICollection<tvalue> Values { get; }
Property Value
this[TKey]
public TValue this[TKey key] { get; set; }
Property Value
TValue
Methods
>OnPropertyChanged(PropertyChangedEventArgs)
protected void >OnPropertyChanged(PropertyChangedEventArgs eventArgs)
Parameters
eventArgs PropertyChangedEventArgs
Add(TKey, TValue)
public void Add(TKey key, TValue value)
Parameters
key TKey
value TValue
Clear()
public void Clear()
Contains(KeyValuePair)
public bool Contains(KeyValuePair<tkey tvalue> item)
Parameters
item KeyValuePair
Returns
ContainsKey(TKey)
public bool ContainsKey(TKey key)
Parameters
key TKey
Returns
CopyTo(KeyValuePair[], int)
public void CopyTo(KeyValuePair<tkey tvalue>[] array, int arrayIndex)
Parameters
array KeyValuePair
arrayIndex int
GetEnumerator()
public IEnumerator GetEnumerator()
Returns
Remove(TKey)
public bool Remove(TKey key)
Parameters
key TKey
Returns
TryGetValue(TKey, out TValue)
public bool TryGetValue(TKey key, out TValue value)
Parameters
key TKey
value TValue
Returns
CollectionChanged
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Type
NotifyCollectionChangedEventHandler
PropertyChanged
public event PropertyChangedEventHandler PropertyChanged