[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Facebook.Json.Utilities.DictionaryWrapper`2.TryGetValue(`0,`1@)"]

Namespace:  Facebook.Json.Utilities
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public bool TryGetValue(
	TKey key,
	out TValue value
)
Visual Basic (Declaration)
Public Function TryGetValue ( _
	key As TKey, _
	<OutAttribute> ByRef value As TValue _
) As Boolean
Visual C++
public:
virtual bool TryGetValue(
	TKey key, 
	[OutAttribute] TValue% value
) sealed

Parameters

key
Type: TKey

[Missing <param name="key"/> documentation for "M:Facebook.Json.Utilities.DictionaryWrapper`2.TryGetValue(`0,`1@)"]

value
Type: TValue %

[Missing <param name="value"/> documentation for "M:Facebook.Json.Utilities.DictionaryWrapper`2.TryGetValue(`0,`1@)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Json.Utilities.DictionaryWrapper`2.TryGetValue(`0,`1@)"]

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.TryGetValue(TKey, TValue%)

See Also

DictionaryWrapper<(Of <(TKey, TValue>)>) Class
Facebook.Json.Utilities Namespace