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

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

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

Syntax

C#
public static bool IsCompatibleValue(
	Object value,
	Type type
)
Visual Basic (Declaration)
Public Shared Function IsCompatibleValue ( _
	value As Object, _
	type As Type _
) As Boolean
Visual C++
public:
static bool IsCompatibleValue(
	Object^ value, 
	Type^ type
)

Parameters

value
Type: System..::.Object

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

type
Type: System..::.Type

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

Return Value

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

See Also

ReflectionUtils Class
Facebook.Json.Utilities Namespace