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

[Missing <summary> documentation for "M:foodez.Common.ObservableDictionary.Remove(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 bool Remove(
	KeyValuePair<string, Object> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, Object

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

Return Value

Type: Boolean

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

Implements

ICollectionTRemove(T)
See Also