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

[Missing <summary> documentation for "M:Facebook.Json.Utilities.CollectionUtils.CreateGenericDictionary(System.Type,System.Type)"]

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

Syntax

C#
public static IDictionary CreateGenericDictionary(
	Type keyType,
	Type valueType
)
Visual Basic (Declaration)
Public Shared Function CreateGenericDictionary ( _
	keyType As Type, _
	valueType As Type _
) As IDictionary
Visual C++
public:
static IDictionary^ CreateGenericDictionary(
	Type^ keyType, 
	Type^ valueType
)

Parameters

keyType
Type: System..::.Type

[Missing <param name="keyType"/> documentation for "M:Facebook.Json.Utilities.CollectionUtils.CreateGenericDictionary(System.Type,System.Type)"]

valueType
Type: System..::.Type

[Missing <param name="valueType"/> documentation for "M:Facebook.Json.Utilities.CollectionUtils.CreateGenericDictionary(System.Type,System.Type)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Json.Utilities.CollectionUtils.CreateGenericDictionary(System.Type,System.Type)"]

See Also

CollectionUtils Class
Facebook.Json.Utilities Namespace