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

[Missing <summary> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.GetDictionaryKeyType(System.Type)"]

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

Syntax

C#
public static Type GetDictionaryKeyType(
	Type dictionaryType
)
Visual Basic (Declaration)
Public Shared Function GetDictionaryKeyType ( _
	dictionaryType As Type _
) As Type
Visual C++
public:
static Type^ GetDictionaryKeyType(
	Type^ dictionaryType
)

Parameters

dictionaryType
Type: System..::.Type

[Missing <param name="dictionaryType"/> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.GetDictionaryKeyType(System.Type)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.GetDictionaryKeyType(System.Type)"]

See Also

ReflectionUtils Class
Facebook.Json.Utilities Namespace