Click or drag to resize
ObservableDictionaryTryGetValue Method

[Missing <summary> documentation for "M:foodez.Common.ObservableDictionary.TryGetValue(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 TryGetValue(
	string key,
	out Object value
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:foodez.Common.ObservableDictionary.TryGetValue(System.String,System.Object@)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:foodez.Common.ObservableDictionary.TryGetValue(System.String,System.Object@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:foodez.Common.ObservableDictionary.TryGetValue(System.String,System.Object@)"]

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also