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

[Missing <summary> documentation for "M:Facebook.CacheablePartialObject`1.Merge(System.Collections.Generic.IDictionary{`0,System.Object},System.Boolean)"]

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

Syntax

C#
public int Merge(
	IDictionary<TPropertyKey, Object> values,
	bool overwrite
)
Visual Basic (Declaration)
Public Function Merge ( _
	values As IDictionary(Of TPropertyKey, Object), _
	overwrite As Boolean _
) As Integer
Visual C++
public:
int Merge(
	IDictionary<TPropertyKey, Object^>^ values, 
	bool overwrite
)

Parameters

values
Type: System.Collections.Generic..::.IDictionary<(Of <(TPropertyKey, Object>)>)

[Missing <param name="values"/> documentation for "M:Facebook.CacheablePartialObject`1.Merge(System.Collections.Generic.IDictionary{`0,System.Object},System.Boolean)"]

overwrite
Type: System..::.Boolean

[Missing <param name="overwrite"/> documentation for "M:Facebook.CacheablePartialObject`1.Merge(System.Collections.Generic.IDictionary{`0,System.Object},System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:Facebook.CacheablePartialObject`1.Merge(System.Collections.Generic.IDictionary{`0,System.Object},System.Boolean)"]

See Also

CacheablePartialObject<(Of <(TPropertyKey>)>) Class
Facebook Namespace