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

[Missing <summary> documentation for "M:Facebook.Json.Utilities.ReflectionUtils.ImplementsGenericDefinition(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 bool ImplementsGenericDefinition(
	Type type,
	Type genericInterfaceDefinition,
	out Type implementingType
)
Visual Basic (Declaration)
Public Shared Function ImplementsGenericDefinition ( _
	type As Type, _
	genericInterfaceDefinition As Type, _
	<OutAttribute> ByRef implementingType As Type _
) As Boolean
Visual C++
public:
static bool ImplementsGenericDefinition(
	Type^ type, 
	Type^ genericInterfaceDefinition, 
	[OutAttribute] Type^% implementingType
)

Parameters

type
Type: System..::.Type

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

genericInterfaceDefinition
Type: System..::.Type

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

implementingType
Type: System..::.Type %

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

Return Value

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

See Also

ReflectionUtils Class
ImplementsGenericDefinition Overload
Facebook.Json.Utilities Namespace