Click or drag to resize
ObservableDictionaryAdd Method (KeyValuePairString, Object)

[Missing <summary> documentation for "M:foodez.Common.ObservableDictionary.Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})"]

Namespace: foodez.Common
Assembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Add(
	KeyValuePair<string, Object> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, Object

[Missing <param name="item"/> documentation for "M:foodez.Common.ObservableDictionary.Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})"]

Implements

ICollectionTAdd(T)
See Also