API ReferenceSystem.Collections.ObjectModel
public class System.Collections.ObjectModel.ObservableDictionary<TKey,TValue>
A dictionary with callbacks for when changes occur.
Constructors
Showing 6 constructors
No results match this filter.
Methods
Showing 12 methods
public void AddRange(System.Collections.Generic.IDictionary`2<TKey,TValue> items)
public virtual sealed void Clear()
public virtual sealed bool Contains(System.Collections.Generic.KeyValuePair`2<TKey,TValue> item)
public virtual sealed bool ContainsKey(TKey key)
public virtual sealed void CopyTo(System.Collections.Generic.KeyValuePair`2<TKey,TValue>[] array, int arrayIndex)
public virtual sealed System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<TKey,TValue>> GetEnumerator()
protected virtual void OnPropertyChanged(string propertyName)
Called when a property (such as element count) of the dictionary has changed.
public virtual sealed bool TryGetValue(TKey key, TValue value)
No results match this filter.
Properties
Showing 6 properties
public virtual sealed int System.Collections.ObjectModel.ObservableDictionary<TKey,TValue>.Count { get; set; }
protected System.Collections.Generic.IDictionary`2<TKey,TValue> System.Collections.ObjectModel.ObservableDictionary<TKey,TValue>.Dictionary { get; set; }
The dictionary being observed.
public virtual sealed bool System.Collections.ObjectModel.ObservableDictionary<TKey,TValue>.IsReadOnly { get; set; }
public virtual sealed TValue System.Collections.ObjectModel.ObservableDictionary<TKey,TValue>.Item { get; set; }
public virtual sealed System.Collections.Generic.ICollection`1<TKey> System.Collections.ObjectModel.ObservableDictionary<TKey,TValue>.Keys { get; set; }
public virtual sealed System.Collections.Generic.ICollection`1<TValue> System.Collections.ObjectModel.ObservableDictionary<TKey,TValue>.Values { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | System.Collections.ObjectModel |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:System.Collections.ObjectModel.ObservableDictionary`2 |