[This is preliminary documentation and is subject to change.]
Intializes an instance of SessionInfo , prefilling the internal dictionary with the specified values.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)
Syntax
C# |
---|
public SessionInfo( IDictionary<string, Object> dict ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ dict As IDictionary(Of String, Object) _ ) |
Visual C++ |
---|
public: SessionInfo( IDictionary<String^, Object^>^ dict ) |
Parameters
- dict
- Type: System.Collections.Generic..::.IDictionary<(Of <(String, Object>)>)
An IDictionary<(Of <(TKey, TValue>)>) object containing property names and values.