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

[Missing <summary> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.GetDictionaryKeyValueTypes(System.Type,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 void GetDictionaryKeyValueTypes(
	Type dictionaryType,
	out Type keyType,
	out Type valueType
)
Visual Basic (Declaration)
Public Shared Sub GetDictionaryKeyValueTypes ( _
	dictionaryType As Type, _
	<OutAttribute> ByRef keyType As Type, _
	<OutAttribute> ByRef valueType As Type _
)
Visual C++
public:
static void GetDictionaryKeyValueTypes(
	Type^ dictionaryType, 
	[OutAttribute] Type^% keyType, 
	[OutAttribute] Type^% valueType
)

Parameters

dictionaryType
Type: System..::.Type

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

keyType
Type: System..::.Type %

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

valueType
Type: System..::.Type %

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

See Also

ReflectionUtils Class
Facebook.Json.Utilities Namespace