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

Initializes an instance of FacebookObjectBase that will be prepopulated using data from the specified IDictionary<(Of <(TKey, TValue>)>) object.

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

Syntax

C#
public FacebookObjectBase(
	IDictionary<string, Object> dict
)
Visual Basic (Declaration)
Public Sub New ( _
	dict As IDictionary(Of String, Object) _
)
Visual C++
public:
FacebookObjectBase(
	IDictionary<String^, Object^>^ dict
)

Parameters

dict
Type: System.Collections.Generic..::.IDictionary<(Of <(String, Object>)>)
A IDictionary<(Of <(TKey, TValue>)>) containing data that will be used to prepopulate the FacebookObjectBase instance.

See Also

FacebookObjectBase Class
FacebookObjectBase Overload
Facebook.Api Namespace