Click or drag to resize
ObservableDictionary Class
Implementation of IObservableMap that supports reentrancy for use as a default view model.
Inheritance Hierarchy
SystemObject
  foodez.CommonObservableDictionary

Namespace: foodez.Common
Assembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ObservableDictionary : IObservableMap<string, Object>, 
	IDictionary<string, Object>, ICollection<KeyValuePair<string, Object>>, 
	IEnumerable<KeyValuePair<string, Object>>, IEnumerable

The ObservableDictionary type exposes the following members.

Constructors
  NameDescription
Public methodObservableDictionary
Initializes a new instance of the ObservableDictionary class
Top
Methods
  NameDescription
Public methodAdd(KeyValuePairString, Object)
Public methodAdd(String, Object)
Public methodClear
Public methodContains
Public methodContainsKey
Public methodCopyTo
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(KeyValuePairString, Object)
Public methodRemove(String)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Top
Extension Methods
Properties
Events
  NameDescription
Public eventMapChanged
Top
See Also